mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Fleet UI: Placeholder text vertical padding (#7828)
This commit is contained in:
parent
0170326853
commit
b23374ad16
1
changes/issue-7819-placeholder-text
Normal file
1
changes/issue-7819-placeholder-text
Normal file
@ -0,0 +1 @@
|
||||
* Placeholder text size small not extra small
|
@ -16,8 +16,9 @@
|
||||
width: 100%;
|
||||
|
||||
&::placeholder {
|
||||
font-style: italic;
|
||||
font-size: $x-small;
|
||||
font-style: italic;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
border: solid 1px $ui-fleet-blue-15;
|
||||
border-radius: 4px;
|
||||
font-size: $small;
|
||||
padding: $pad-xsmall 12px;
|
||||
padding: 7px 12px;
|
||||
color: $core-fleet-blue;
|
||||
font-family: "Nunito Sans", sans-serif;
|
||||
box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user