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-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';
|