]> Untitled Git - lemmy-ui.git/commitdiff
chore: Remove some more redundancies
authorJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 05:19:01 +0000 (01:19 -0400)
committerJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 05:19:45 +0000 (01:19 -0400)
src/assets/css/themes/_variables.darkly-red.scss
src/assets/css/themes/_variables.litely-red.scss
src/assets/css/themes/darkly-red.css
src/assets/css/themes/litely-red.css

index 9579a032704eb9fe9a55dc8ff2e7f575aa6a9759..cd736b5c2242842bf121e96c8e40803f833479f7 100644 (file)
@@ -1,5 +1,3 @@
-@import "../../../../node_modules/bootstrap-v4/scss/functions";
-@import "../../../../node_modules/bootstrap-v4/scss/variables";
 @import "variables.darkly";
 
 $primary: $blue;
index 19f7e655ee39c328d245e1624ee7a8c607f59fa6..d45eb1f9a135b898bc499452eb438c987a4d2c01 100644 (file)
@@ -1,5 +1,3 @@
-@import "../../../../node_modules/bootstrap-v4/scss/functions";
-@import "../../../../node_modules/bootstrap-v4/scss/variables";
 @import "variables.darkly";
 
 $secondary: #c80000;
index e5e03371ee6f7dd8e5ffcfd6b7ea87127fe9363b..103072e5c5bd31261718da3448970fbcda95b7f7 100644 (file)
@@ -6749,22 +6749,6 @@ button.bg-dark:focus {
   padding-top: 100%;
 }
 
-.embed-responsive-21by9::before {
-  padding-top: 42.85714286%;
-}
-
-.embed-responsive-16by9::before {
-  padding-top: 56.25%;
-}
-
-.embed-responsive-4by3::before {
-  padding-top: 75%;
-}
-
-.embed-responsive-1by1::before {
-  padding-top: 100%;
-}
-
 .flex-row {
   flex-direction: row !important;
 }
index b9cc47ee275a956b802ecb1992d4b35de78b1e17..bb20821c83645adf0556d25995a6bd055d4d9b7d 100644 (file)
@@ -6749,22 +6749,6 @@ button.bg-dark:focus {
   padding-top: 100%;
 }
 
-.embed-responsive-21by9::before {
-  padding-top: 42.85714286%;
-}
-
-.embed-responsive-16by9::before {
-  padding-top: 56.25%;
-}
-
-.embed-responsive-4by3::before {
-  padding-top: 75%;
-}
-
-.embed-responsive-1by1::before {
-  padding-top: 100%;
-}
-
 .flex-row {
   flex-direction: row !important;
 }