mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 02:29:07 +01:00
14 lines
192 B
SCSS
14 lines
192 B
SCSS
|
.question {
|
||
|
&--fixed {
|
||
|
position: fixed;
|
||
|
width: 100%;
|
||
|
z-index: 999;
|
||
|
}
|
||
|
|
||
|
&--hidden {
|
||
|
visibility: hidden;
|
||
|
position: relative;
|
||
|
box-shadow: none;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
}
|