mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Merge branch 'dev' of https://git.krews.org/nitro/nitro-react into dev
This commit is contained in:
commit
87ef373e43
@ -7,6 +7,7 @@ $toolbar-memenu-zindex: 60;
|
|||||||
$roomtools-zindex: 50;
|
$roomtools-zindex: 50;
|
||||||
$context-menu-zindex: 40;
|
$context-menu-zindex: 40;
|
||||||
$infostand-zindex: 30;
|
$infostand-zindex: 30;
|
||||||
|
$quiz-zindex: 21;
|
||||||
$chat-zindex: 20;
|
$chat-zindex: 20;
|
||||||
$highscore-zindex: 19;
|
$highscore-zindex: 19;
|
||||||
|
|
||||||
|
@ -64,6 +64,7 @@
|
|||||||
box-shadow: inset 0px 5px lighten(rgba($dark,.6),2.5), inset 0 -4px darken(rgba($dark,.6),4);
|
box-shadow: inset 0px 5px lighten(rgba($dark,.6),2.5), inset 0 -4px darken(rgba($dark,.6),4);
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
z-index: $quiz-zindex;
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
|
Loading…
Reference in New Issue
Block a user