[CLA on File] style: added padding to object & icon button labels (#6036)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 18 KiB |
@@ -194,6 +194,7 @@ button {
|
|||||||
.c-icon-button {
|
.c-icon-button {
|
||||||
[class*='label'] {
|
[class*='label'] {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--mixed {
|
&--mixed {
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
&__name {
|
&__name {
|
||||||
@include ellipsize();
|
@include ellipsize();
|
||||||
display: inline;
|
display: inline;
|
||||||
|
padding: 1px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__type-icon {
|
&__type-icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user