mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
chore: Remove some more redundancies
This commit is contained in:
parent
87cf5d9b6c
commit
f0bbbd181d
4 changed files with 0 additions and 36 deletions
|
@ -1,5 +1,3 @@
|
|||
@import "../../../../node_modules/bootstrap-v4/scss/functions";
|
||||
@import "../../../../node_modules/bootstrap-v4/scss/variables";
|
||||
@import "variables.darkly";
|
||||
|
||||
$primary: $blue;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import "../../../../node_modules/bootstrap-v4/scss/functions";
|
||||
@import "../../../../node_modules/bootstrap-v4/scss/variables";
|
||||
@import "variables.darkly";
|
||||
|
||||
$secondary: #c80000;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue