Pārlūkot izejas kodu

adds style for bilder page

rose 2 gadi atpakaļ
vecāks
revīzija
3eb76a9a8f

+ 21 - 0
src/style/_bilder.scss

@@ -0,0 +1,21 @@
+.bilder-container {
+    display: flex;
+    flex-direction: column;
+    flex-wrap: nowrap;
+    a {
+        width: 100%;
+        background-color: #eebc63;
+        text-decoration: none;
+        color: unset;
+        margin-bottom: 0.5em;
+        text-align: center;
+        padding-top: 0.75em;
+        padding-bottom: 0.75em;
+        border-radius: 0.25em;
+        @include geologica-font(normal, 600);
+        &:nth-of-type(2n) {
+            background-color: #6395ee;
+        }
+    }
+    
+}

+ 24 - 0
src/style/main.css

@@ -276,4 +276,28 @@ main {
   font-style: normal;
   font-weight: 600;
   font-variation-settings: "SHRP" 50;
+}
+
+.bilder-container {
+  display: flex;
+  flex-direction: column;
+  flex-wrap: nowrap;
+}
+.bilder-container a {
+  width: 100%;
+  background-color: #eebc63;
+  text-decoration: none;
+  color: unset;
+  margin-bottom: 0.5em;
+  text-align: center;
+  padding-top: 0.75em;
+  padding-bottom: 0.75em;
+  border-radius: 0.25em;
+  font-family: "geologica";
+  font-style: normal;
+  font-weight: 600;
+  font-variation-settings: "SHRP" 50;
+}
+.bilder-container a:nth-of-type(2n) {
+  background-color: #6395ee;
 }/*# sourceMappingURL=main.css.map */

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
src/style/main.css.map


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
src/style/main.min.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1
src/style/main.min.css.map


+ 1 - 0
src/style/main.scss

@@ -38,3 +38,4 @@ main {
 
 @import "termine";
 
+@import "bilder";

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels