summaryrefslogtreecommitdiff
path: root/website/app/static/styles/yes.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/app/static/styles/yes.css')
-rw-r--r--website/app/static/styles/yes.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/website/app/static/styles/yes.css b/website/app/static/styles/yes.css
deleted file mode 100644
index 96443e1..0000000
--- a/website/app/static/styles/yes.css
+++ /dev/null
@@ -1,54 +0,0 @@
-.main {
- height: 100%;
- right: 6%;
- left: 0;
- position: absolute;
- z-index: 1;
- background: linear-gradient(to top, var(--secondary-color), var(--primary-color)) fixed;
-}
-
-.tab-home {
- height: 100%;
- width: 3%;
- float: right;
- position: relative;
- z-index: 0;
- background: var(--home);
-}
-
-.tab-no {
- height: 100%;
- width: 3%;
- float: right;
- position: relative;
- z-index: -1;
- background: var(--no);
-}
-
-.tab-home:hover ~ .main {
- right: 9%;
- transition: 0.2s;
-}
-
-.tab-home:hover {
- width: 6%;
- transition: 0.2s;
-}
-
-.tab-no:hover ~ .main {
- right: 9%;
- transition: 0.2s;
-}
-
-.tab-no:hover {
- width: 6%;
- transition: 0.2s;
-}
-
-.post {
- background: white;
- border-radius: 14px;
- padding: 1rem;
- margin: 1rem;
- width: 20%;
-}
Copyright 2019--2024 Marius PETER