diff --git a/src/assets/css/themes/_variables.darkly-red.scss b/src/assets/css/themes/_variables.darkly-red.scss index 9579a032..cd736b5c 100644 --- a/src/assets/css/themes/_variables.darkly-red.scss +++ b/src/assets/css/themes/_variables.darkly-red.scss @@ -1,5 +1,3 @@ -@import "../../../../node_modules/bootstrap-v4/scss/functions"; -@import "../../../../node_modules/bootstrap-v4/scss/variables"; @import "variables.darkly"; $primary: $blue; diff --git a/src/assets/css/themes/_variables.litely-red.scss b/src/assets/css/themes/_variables.litely-red.scss index 19f7e655..d45eb1f9 100644 --- a/src/assets/css/themes/_variables.litely-red.scss +++ b/src/assets/css/themes/_variables.litely-red.scss @@ -1,5 +1,3 @@ -@import "../../../../node_modules/bootstrap-v4/scss/functions"; -@import "../../../../node_modules/bootstrap-v4/scss/variables"; @import "variables.darkly"; $secondary: #c80000; diff --git a/src/assets/css/themes/darkly-red.css b/src/assets/css/themes/darkly-red.css index e5e03371..103072e5 100644 --- a/src/assets/css/themes/darkly-red.css +++ b/src/assets/css/themes/darkly-red.css @@ -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; } diff --git a/src/assets/css/themes/litely-red.css b/src/assets/css/themes/litely-red.css index b9cc47ee..bb20821c 100644 --- a/src/assets/css/themes/litely-red.css +++ b/src/assets/css/themes/litely-red.css @@ -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; }