appearance: some dialogs fixed

This commit is contained in:
muerwre 2018-11-27 12:12:27 +07:00
parent 169d4d4222
commit 291280c52e
7 changed files with 33 additions and 7 deletions

View file

@ -14,6 +14,8 @@ body {
font-size: 15px;
// letter-spacing: 0.4px;
padding: 0;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
.gray {
@ -22,6 +24,7 @@ body {
.big {
font-size: 1em;
font-weight: 500;
}
.upper {
@ -43,3 +46,7 @@ body {
.primary {
color: @color_primary;
}
.danger {
color: @color_danger;
}