nitro-react/src/App.scss

100 lines
2.0 KiB
SCSS
Raw Normal View History

2021-06-23 04:05:23 -04: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;
2022-03-16 18:16:21 -04:00
$quiz-zindex: 21;
2021-06-23 04:05:23 -04:00
$chat-zindex: 20;
$highscore-zindex: 19;
2021-11-17 03:48:41 -05:00
$grid-bg-color: #cdd3d9;
2021-06-23 04:05:23 -04:00
$grid-border-color: $muted;
2021-11-17 03:48:41 -05:00
$grid-active-bg-color: #ececec;
2021-06-23 04:05:23 -04:00
$grid-active-border-color: $white;
$toolbar-height: 55px;
2022-01-04 01:14:36 -05:00
$achievement-width: 375px;
2022-03-23 22:54:52 -04:00
$achievement-height: 405px;
2021-09-22 15:01:56 -04:00
$avatar-editor-width: 620px;
$avatar-editor-height: 374px;
2021-09-29 22:32:52 -04:00
$catalog-width: 630px;
2021-09-22 15:01:56 -04:00
$catalog-height: 400px;
2021-09-24 04:49:20 -04:00
$inventory-width: 528px;
$inventory-height: 320px;
2021-09-22 15:01:56 -04:00
2022-03-17 13:49:06 -04:00
$navigator-width: 420px;
$navigator-height: 440px;
2021-09-22 15:01:56 -04:00
2022-03-01 04:12:27 -05:00
$chat-input-style-selector-widget-width: 210px;
2021-09-30 00:37:21 -04:00
$chat-input-style-selector-widget-height: 200px;
2022-03-14 06:39:09 -04:00
$user-profile-width: 470px;
$user-profile-height: 460px;
2021-10-16 01:58:33 -04:00
$nitro-widget-custom-stack-height-width: 275px;
$nitro-widget-custom-stack-height-height: 220px;
$nitro-widget-exchange-credit-width: 375px;
$nitro-widget-exchange-credit-height: 150px;
2021-11-17 03:48:41 -05:00
$chat-history-width: 300px;
$chat-history-height: 300px;
$friends-list-width: 250px;
$friends-list-height: 300px;
2022-02-08 22:26:22 -05:00
$help-width: 450px;
2022-05-15 14:02:46 +02:00
$help-height: 290px;
2021-11-22 19:10:11 -05:00
2021-11-18 02:32:52 -06:00
$nitropedia-width: 400px;
$nitropedia-height: 400px;
2021-12-11 17:00:38 -06:00
$messenger-width: 500px;
$messenger-height: 370px;
2022-01-07 16:41:59 -05:00
$marketplace-post-offer-width: 430px;
$marketplace-post-offer-height: 250px;
2022-01-11 00:54:24 -05:00
$camera-editor-width: 600px;
$camera-editor-height: 500px;
$camera-checkout-width: 350px;
2022-01-07 16:41:59 -05:00
$room-info-width: 325px;
2022-02-17 00:32:18 -05:00
$nitro-group-creator-width: 383px;
2022-02-20 23:28:21 -05:00
$nitro-mod-tools-width: 175px;
2022-02-17 00:32:18 -05:00
2022-03-02 18:56:50 -05:00
$nitro-group-manager-width: 390px;
2022-02-24 13:27:20 -05:00
$nitro-group-manager-height: 355px;
2022-02-25 19:31:26 -05:00
$nitro-chooser-width: 200px;
$nitro-chooser-height: 200px;
2022-03-02 22:20:21 -05:00
$nitro-doorbell-width: 300px;
$nitro-doorbell-height: 200px;
2022-03-01 17:45:41 -05:00
$nitro-guide-tool-width: 250px;
2022-03-06 01:08:54 -05:00
$nitro-floor-editor-width: 760px;
$nitro-floor-editor-height: 500px;
2022-03-07 02:37:22 -05:00
$nitro-calendar-width: 850px;
$nitro-calendar-height: 400px;
2021-04-19 12:34:31 -04:00
.nitro-app {
width: 100%;
height: 100%;
}
2021-06-23 04:05:23 -04:00
2021-12-13 00:43:53 -05:00
@import './common';
@import './components';