summaryrefslogtreecommitdiff
path: root/app/static/styles/no.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/styles/no.css')
-rw-r--r--app/static/styles/no.css35
1 files changed, 19 insertions, 16 deletions
diff --git a/app/static/styles/no.css b/app/static/styles/no.css
index 09171a6..352a635 100644
--- a/app/static/styles/no.css
+++ b/app/static/styles/no.css
@@ -1,47 +1,50 @@
.main {
height: 100%;
- right: 0;
- left: 6%;
position: absolute;
z-index: 1;
- background: linear-gradient(to top, var(--secondary-color), var(--primary-color)) fixed;
+ left: 7%;
}
-.tab-home {
+.tab-yes {
height: 100%;
width: 3%;
float: left;
position: relative;
- z-index: 0;
- background: var(--home);
+ z-index: 1;
+ background: var(--yes);
}
-.tab-yes {
+.tab-home {
height: 100%;
width: 3%;
float: left;
position: relative;
- z-index: -1;
- background: var(--yes);
+ z-index: 1;
+ background: var(--home);
}
-.tab-home:hover ~ .main {
- left: 9%;
+.tab-home:hover {
+ width: 4%;
transition: 0.2s;
}
-.tab-home:hover {
- width: 6%;
+.tab-yes:hover ~ .main {
+ left: 10%;
transition: 0.2s;
}
-.tab-yes:hover ~ .main {
- left: 9%;
+.tab-home:hover ~ .main {
+ left: 8%;
+ transition: 0.2s;
+}
+
+.tab-yes:hover ~ .tab-home {
+ width: 5%;
transition: 0.2s;
}
.tab-yes:hover {
- width: 6%;
+ width: 4%;
transition: 0.2s;
}
Copyright 2019--2024 Marius PETER