This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2022-03-19 14:10:26 -07:00
|
|
|
@supports (backdrop-filter: blur($glassBlur)) {
|
2022-03-31 08:56:57 -07:00
|
|
|
.hamburger-menu .bg {
|
|
|
|
backdrop-filter: blur($glassBlur);
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
2022-03-19 14:10:26 -07:00
|
|
|
@include media-breakpoint-up('lg', $grid-breakpoints) {
|
|
|
|
header {
|
|
|
|
backdrop-filter: blur($glassBlur);
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
|
|
|
backdrop-filter: blur($glassBlur);
|
|
|
|
background-color: rgba($black, .2) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
//.modal-content {
|
|
|
|
// backdrop-filter: blur($glassBlur) brightness(200%);
|
|
|
|
// background-color: transparent !important;
|
|
|
|
//}
|
|
|
|
//}
|
|
|
|
|
|
|
|
// disabled until we can use Vue3 teleport
|
|
|
|
//.dropdown-menu {
|
|
|
|
// backdrop-filter: blur($glassBlur);
|
|
|
|
// background-color: transparent !important;
|
|
|
|
//}
|
|
|
|
|
|
|
|
details {
|
|
|
|
backdrop-filter: blur($glassBlur-sm);
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
backdrop-filter: blur($glassBlur-sm);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//.input-group, .btn-group, .btn-group-vertical {
|
|
|
|
// @extend .shadow;
|
|
|
|
//}
|