Преглед на файлове

adds style for bilder page

rose преди 2 години
родител
ревизия
3eb76a9a8f
променени са 6 файла, в които са добавени 46 реда и са изтрити 1 реда
  1. 21 0
      src/style/_bilder.scss
  2. 24 0
      src/style/main.css
  3. 0 0
      src/style/main.css.map
  4. 0 0
      src/style/main.min.css
  5. 0 1
      src/style/main.min.css.map
  6. 1 0
      src/style/main.scss

+ 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 */

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
src/style/main.css.map


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
src/style/main.min.css


Файловите разлики са ограничени, защото са твърде много
+ 0 - 1
src/style/main.min.css.map


+ 1 - 0
src/style/main.scss

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

Някои файлове не бяха показани, защото твърде много файлове са промени