Main page.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _download.scss
diff --git a/src/wolnelektury/static/2022/styles/layout/_download.scss b/src/wolnelektury/static/2022/styles/layout/_download.scss
new file mode 100644 (file)
index 0000000..76c0b47
--- /dev/null
@@ -0,0 +1,31 @@
+.l-download {
+  margin-bottom: 30px !important;
+  li {
+    display: flex;
+    align-items: center;
+    font-weight: $regular;
+    @include font-size(18px);
+    line-height: 150%;
+    padding-top: 10px;
+    padding-bottom: 10px;
+    border-bottom: 1px solid #D9D9D9;
+
+    a {
+      margin-right: 0;
+      margin-left: auto;
+      width: 108px;
+      height: 40px;
+      display: flex;
+      align-items: center;
+      justify-content: center;
+      color: $color-white !important;
+      background: #007880;
+      border-radius: 5px;
+
+      &:hover {
+        text-decoration: none !important;
+        background: darken(#007880, 2%);
+      }
+    }
+  }
+}
\ No newline at end of file