aboutsummaryrefslogtreecommitdiff
path: root/src/styles/popup.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/popup.scss')
-rw-r--r--src/styles/popup.scss34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/styles/popup.scss b/src/styles/popup.scss
index eb4cf628..97b2e3d1 100644
--- a/src/styles/popup.scss
+++ b/src/styles/popup.scss
@@ -1,25 +1,25 @@
.popup {
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 3;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ z-index: 3;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
}
.popup-fullscreen {
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 3;
- backdrop-filter: blur(8px);
+ width: 100%;
+ height: 100%;
+ background-color: rgba(0, 0, 0, 0.5);
+ z-index: 3;
+ backdrop-filter: blur(8px);
}
@media (prefers-color-scheme: light) {
- .popup {
- background-color: transparent;
- }
+ .popup {
+ background-color: transparent;
+ }
}