appearance: icons fixed

This commit is contained in:
muerwre 2018-11-27 12:02:04 +07:00
parent 9e186397e0
commit 169d4d4222
16 changed files with 290 additions and 120 deletions

View file

@ -10,23 +10,36 @@
@import 'save.less';
body {
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-family: 'Rubik', sans-serif;
font-size: 15px;
// letter-spacing: 0.4px;
padding: 0;
}
.gray {
opacity: 0.75;
opacity: 0.5;
}
.big {
font-size: 14px;
font-size: 1em;
}
.upper {
text-transform: uppercase;
}
.small {
font-size: 12px;
font-size: 0.9em;
}
.white {
color: white;
}
.success {
color: @color_success;
}
.primary {
color: @color_primary;
}