aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-01 21:08:49 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-01 21:08:49 +0530
commitf96351a3201cb1efa7b936cefe7ac24431de8203 (patch)
tree1e5993e0d9b7ed5ff3036dc2f23f763c7242abcd /src/styles/global.scss
parente2d0df964fafee6efebed51d817354ffb5b494be (diff)
organised styles and updated color scheme
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r--src/styles/global.scss31
1 files changed, 30 insertions, 1 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss
index 581cb34..6b1c244 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -35,9 +35,38 @@ body {
border: 1px solid pink;
}
+.FloatingMenuBG {
+ height: 100vh;
+ width: 100vw;
+ position: fixed;
+ top: 0;
+ left: 0;
+ background-color: $floatingContainerBG;
+}
+
+.FloatingMenu {
+ position: fixed;
+
+ width: 95%;
+ height: 70vh;
+ box-sizing: border-box;
+
+
+ left: 0; right: 0;
+ margin: auto;
+ top: 15vh;
+
+ background-color: $floatingBG;
+ box-shadow: $floatingShadow;
+ border: 1px solid $defBorderColor;
+
+
+ padding: 1.5rem;
+}
+
+
@media only screen and (max-device-width: 480px) {
.root-content {
width: 95%;
}
}
-