Resize dropdown font, do not resize twice button icons inside headers (#2972)

This commit is contained in:
RachelElysia
2021-11-17 13:08:00 -05:00
committed by GitHub
parent 4d8e028299
commit 1efbef70b0
2 changed files with 18 additions and 4 deletions
@@ -53,12 +53,22 @@
text-align: left;
border-bottom: 1px solid $ui-fleet-blue-15;
// resize header icons
img {
width: 16px;
height: 16px;
vertical-align: sub;
}
// do not resize button icons inside headers
.button {
img {
width: initial;
height: initial;
vertical-align: initial;
}
}
.header-icon-text {
margin-left: 10px;
}
@@ -50,7 +50,7 @@
height: 40px;
.Select-value {
font-size: $x-small;
font-size: $small;
border-radius: 4px;
background-color: $ui-off-white;
border: solid 1px $core-dark-blue-grey;
@@ -62,7 +62,7 @@
}
.Select-value {
font-size: $x-small;
font-size: $small;
border-radius: $border-radius;
background-color: $ui-off-white;
border: solid 1px $core-dark-blue-grey;
@@ -92,7 +92,7 @@
}
.Select-value-label {
font-size: $xx-small;
font-size: $small;
color: $core-fleet-black;
line-height: 28px;
}
@@ -168,7 +168,7 @@
.Select-value {
.Select-value-label {
color: $core-fleet-black;
font-size: $xx-small;
font-size: $small;
}
}
}
@@ -250,6 +250,10 @@
.Select-value {
margin-top: 2px;
.Select-value-label {
font-size: $x-small;
}
}
}