Initial bookmarks.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _bookmarks.scss
diff --git a/src/wolnelektury/static/2022/styles/layout/_bookmarks.scss b/src/wolnelektury/static/2022/styles/layout/_bookmarks.scss
new file mode 100644 (file)
index 0000000..2293476
--- /dev/null
@@ -0,0 +1,24 @@
+.bookmarks-quote-box {
+    padding: 30px ;
+    background: #E6F0F1;
+    border-radius: 20px;
+    margin-bottom: 30px;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    gap: 30px;
+
+    .bookmarks-quote {
+        
+    }
+
+    .bookmarks-quote-content {
+        padding: 30px;
+    }
+    
+    .bookmarks-quote-book {
+        img {
+            width: 170px;
+        }
+    }
+}