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