UI: Minor style fixes

This commit is contained in:
Igor Kulikov 2023-04-11 10:01:28 +03:00
parent e109231678
commit ecd5c38d13

View File

@ -84,28 +84,28 @@
font-size: 11px; font-size: 11px;
line-height: 16px; line-height: 16px;
} }
.tb-feature-status { }
display: inline-block; .tb-feature-status {
font-family: 'Material Icons Round'; display: inline-block;
font-size: 20px; font-family: 'Material Icons Round';
line-height: 20px; font-size: 20px;
color: rgba(0, 0, 0, 0.12); line-height: 20px;
font-weight: 600; color: rgba(0, 0, 0, 0.12);
position: relative; font-weight: 600;
background: #F4F4F4; position: relative;
border-radius: 4px; background: #F4F4F4;
width: 24px; border-radius: 4px;
height: 24px; width: 24px;
padding: 2px; height: 24px;
margin-right: 8px; padding: 2px;
vertical-align: middle; margin-right: 8px;
@media #{$mat-md-lg} { vertical-align: middle;
font-size: 14px; @media #{$mat-md-lg} {
line-height: 14px; font-size: 14px;
width: 18px; line-height: 14px;
height: 18px; width: 18px;
margin-right: 4px; height: 18px;
} margin-right: 4px;
} }
} }
&.configured { &.configured {