2020-04-29 15:44:43 -07:00
|
|
|
.question {
|
|
|
|
&--fixed {
|
2022-12-22 15:57:12 -08:00
|
|
|
position: absolute;
|
2020-04-29 15:44:43 -07:00
|
|
|
width: 100%;
|
|
|
|
z-index: 999;
|
2022-12-22 15:57:12 -08:00
|
|
|
|
|
|
|
@include media-breakpoint-up('sm') {
|
|
|
|
position: fixed;
|
|
|
|
}
|
2020-04-29 15:44:43 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&--hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
position: relative;
|
|
|
|
box-shadow: none;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
2022-12-22 15:57:12 -08:00
|
|
|
}
|