mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
30 lines
358 B
Text
30 lines
358 B
Text
@import 'colors.less';
|
|
|
|
@import 'map.less';
|
|
@import 'panel.less';
|
|
@import 'router.less';
|
|
@import 'stickers.less';
|
|
@import 'button.less';
|
|
@import 'logo.less';
|
|
@import 'user-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;
|
|
}
|