about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-07-26 17:39:22 +0300
committerManeraKai <manerakai@protonmail.com>2024-07-26 17:39:22 +0300
commit2cb60e91cd33ea63dc43b7afb2ce7a261bce6512 (patch)
tree8f7f4a4acda56831c415d77d08123aeecde70564 /src/pages/stylesheets
parentImproved code (diff)
downloadlibredirect-2cb60e91cd33ea63dc43b7afb2ce7a261bce6512.zip
Added mobile support in Svelte
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/Inter-VariableFont_slnt,wght.ttfbin803384 -> 0 bytes
-rw-r--r--src/pages/stylesheets/Vazirmatn-VariableFont_wght.ttfbin285620 -> 0 bytes
-rw-r--r--src/pages/stylesheets/styles.css88
3 files changed, 0 insertions, 88 deletions
diff --git a/src/pages/stylesheets/Inter-VariableFont_slnt,wght.ttf b/src/pages/stylesheets/Inter-VariableFont_slnt,wght.ttf
deleted file mode 100644
index 969a990f..00000000
--- a/src/pages/stylesheets/Inter-VariableFont_slnt,wght.ttf
+++ /dev/null
Binary files differdiff --git a/src/pages/stylesheets/Vazirmatn-VariableFont_wght.ttf b/src/pages/stylesheets/Vazirmatn-VariableFont_wght.ttf
deleted file mode 100644
index f4b97c01..00000000
--- a/src/pages/stylesheets/Vazirmatn-VariableFont_wght.ttf
+++ /dev/null
Binary files differdiff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
deleted file mode 100644
index 9e8fedb3..00000000
--- a/src/pages/stylesheets/styles.css
+++ /dev/null
@@ -1,88 +0,0 @@
-@font-face {
-  font-family: "Inter";
-  src: url("Inter-VariableFont_slnt,wght.ttf");
-  font-weight: normal;
-  font-style: normal;
-}
-
-@font-face {
-  font-family: "Vazirmatn";
-  src: url("Vazirmatn-VariableFont_wght.ttf");
-  font-weight: normal;
-  font-style: normal;
-}
-
-/* 
-
-@media (max-width: 1250px) {
-  body.option {
-    flex-direction: column;
-    width: 95vw;
-    align-items: center;
-    padding: 40px 0px;
-  }
-
-  section.links {
-    flex-direction: row;
-    width: 95vw;
-    padding: 0 55px;
-  }
-
-  section.block-option {
-    width: 95vw;
-  }
-
-  div.checklist div x {
-    overflow: hidden;
-  }
-}
-
-html.mobile img,
-html.mobile svg {
-  margin-right: 10px;
-  height: 30px;
-  width: 30px;
-  color: var(--text);
-}
-
-html.mobile div.block {
-  padding: 0 15px;
-  justify-content: space-between;
-  display: flex;
-  align-items: center;
-  margin-top: 20px;
-  margin-bottom: 20px;
-}
-
-html.mobile div.block input[type="checkbox"] {
-  width: 58px;
-  height: 30px;
-}
-
-html.mobile div.block input[type="checkbox"]::before {
-  width: 24px;
-  height: 24px;
-  top: 3px;
-  left: 3.5px;
-}
-
-html.mobile div.block input[type="checkbox"]:checked::before {
-  left: 30px;
-}
-
-html.mobile body.option {
-  flex-direction: column;
-  width: 100%;
-  padding: 0;
-  align-items: center;
-}
-
-html.mobile section.links {
-  flex-direction: row;
-  width: 100%;
-  padding: 0 55px;
-}
-
-html.mobile section.block-option {
-  width: 100%;
-} */
\ No newline at end of file