summaryrefslogtreecommitdiff
path: root/app/static/styles/no.css
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2020-01-25 09:53:18 -0800
committerblendoit <blendoit@gmail.com>2020-01-25 09:53:18 -0800
commit8a5b3a083ad9b3bd710d944e5c83ac08ead433e7 (patch)
treea8dc75ab9fa433f4c4b808ae570f0fd83280e3b9 /app/static/styles/no.css
parent6056f5a2f5e00347c73e827e6f1f781d08d91799 (diff)
Placeholder content and CSS style sheets.
Diffstat (limited to 'app/static/styles/no.css')
-rw-r--r--app/static/styles/no.css26
1 files changed, 21 insertions, 5 deletions
diff --git a/app/static/styles/no.css b/app/static/styles/no.css
index 352a635..4673cf3 100644
--- a/app/static/styles/no.css
+++ b/app/static/styles/no.css
@@ -1,8 +1,9 @@
.main {
height: 100%;
- position: absolute;
- z-index: 1;
+ position: fixed;
+ z-index: 0;
left: 7%;
+ overflow: auto;
}
.tab-yes {
@@ -48,10 +49,25 @@
transition: 0.2s;
}
-.post {
+/* Archive. */
+.feed-archive {
+ width: 100%;
+ display: flex;
+ position: relative;
+ flex-wrap: wrap;
+ justify-content: space-around;
+}
+
+.archive {
background: white;
+ position: relative;
border-radius: 14px;
padding: 1rem;
- margin: 1rem;
- width: 20%;
+ margin: 0.5rem;
+}
+.archive:hover {
+ background: linear-gradient(to left, var(--no) 50%, var(--yes) 50%);
+ cursor: pointer;
+ transition: 0.8s;
+ color: white;
}
Copyright 2019--2024 Marius PETER