nitro-react/src/App.scss

45 lines
881 B
SCSS
Raw Normal View History

2021-06-23 10:05:23 +02:00
$toolbar-me-zindex: 90;
$chatinput-zindex: 80;
$toolbar-zindex: 70;
$rightside-zindex: 69;
$notification-center-zindex: 68;
$toolbar-memenu-zindex: 60;
$roomtools-zindex: 50;
$context-menu-zindex: 40;
$infostand-zindex: 30;
$chat-zindex: 20;
$highscore-zindex: 19;
$grid-bg-color: #CDD3D9;
$grid-border-color: $muted;
$grid-active-bg-color: #ECECEC;
$grid-active-border-color: $white;
$toolbar-height: 55px;
2021-09-30 04:32:52 +02:00
$achievement-width: 350px;
$achievement-height: 370px;
2021-09-22 21:01:56 +02:00
$avatar-editor-width: 620px;
$avatar-editor-height: 374px;
2021-09-30 04:32:52 +02:00
$catalog-width: 630px;
2021-09-22 21:01:56 +02:00
$catalog-height: 400px;
2021-09-24 10:49:20 +02:00
$inventory-width: 528px;
$inventory-height: 320px;
2021-09-22 21:01:56 +02:00
$navigator-width: 400px;
$navigator-height: 420px;
2021-09-30 06:37:21 +02:00
$chat-input-style-selector-widget-width: 200px;
$chat-input-style-selector-widget-height: 200px;
2021-04-19 18:34:31 +02:00
.nitro-app {
width: 100%;
height: 100%;
}
2021-06-23 10:05:23 +02:00
@import './layout/Layout';
@import './views/Styles';