styled panels

This commit is contained in:
muerwre 2018-08-22 15:20:39 +07:00
parent 7229a48297
commit d17a7b6aef
24 changed files with 470 additions and 421 deletions

26
src/styles/main.less Normal file
View file

@ -0,0 +1,26 @@
@import 'map.less';
@import 'panel.less';
@import 'router.less';
@import 'stickers.less';
@import 'button.less';
body {
font-family: sans-serif;
font-size: 14px;
}
.gray {
opacity: 0.75;
}
.big {
font-size: 14px;
}
.small {
font-size: 12px;
}
.white {
color: white;
}