Update styles

This commit is contained in:
Igor Kulikov 2020-04-01 09:25:57 +03:00
parent 070c136ffd
commit bf4b690caf

View File

@ -235,6 +235,14 @@ label {
user-select: none;
}
.tb-readonly-label {
color: rgba(0, 0, 0, .54);
}
.tb-disabled-label {
color: rgba(0, 0, 0, .44);
}
div {
&.tb-small {
font-size: 14px;