Fleet UI: Placeholder text vertical padding (#7828)

This commit is contained in:
RachelElysia 2022-09-23 10:44:14 -04:00 committed by GitHub
parent 0170326853
commit b23374ad16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
* Placeholder text size small not extra small

View File

@ -16,8 +16,9 @@
width: 100%;
&::placeholder {
font-style: italic;
font-size: $x-small;
font-style: italic;
line-height: 24px;
}
}

View File

@ -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;