Put compact styles back to how they were before

This commit is contained in:
SleeplessOne1917 2023-07-04 14:35:01 -04:00
parent 2b055facca
commit 969e73a104
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,4 @@
@import "variables.darkly-compact"; @import "variables.darkly-compact";
@import "../../../../node_modules/bootstrap/scss/bootstrap";
/* /*
GENERAL GENERAL
@ -56,3 +55,5 @@ hr.my-3 {
display: none; display: none;
} }
} }
@import "../../../../node_modules/bootstrap/scss/bootstrap";

View file

@ -1,5 +1,4 @@
@import "variables.litely-compact"; @import "variables.litely-compact";
@import "../../../../node_modules/bootstrap/scss/bootstrap";
/* /*
GENERAL GENERAL
@ -56,3 +55,5 @@ hr.my-3 {
display: none; display: none;
} }
} }
@import "../../../../node_modules/bootstrap/scss/bootstrap";