mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:33:27 +00:00
Merge pull request #10387 from overleaf/jel-input-padding
[web] Decrease input padding for new CSS build GitOrigin-RevId: 5c1513aea854d09d8dc13f1697188f6dc9696737
This commit is contained in:
parent
62cf8c9d61
commit
d37344e27b
2 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,7 @@ output {
|
|||
display: block;
|
||||
width: 100%;
|
||||
height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
|
||||
padding: @padding-base-vertical @padding-base-horizontal;
|
||||
padding: @input-padding;
|
||||
font-size: @font-size-base;
|
||||
line-height: @line-height-base;
|
||||
color: @input-color;
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
@input-border-focus: @blue-50;
|
||||
//** Bordersize for inputs
|
||||
@input-border-size: @border-size;
|
||||
@input-padding: @padding-sm;
|
||||
|
||||
//** Placeholder text color
|
||||
@input-color-placeholder: @neutral-60;
|
||||
|
|
Loading…
Reference in a new issue