retrospring/app/javascript/styles/components/_question.scss
2022-01-11 22:41:37 +01:00

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