[refactor] Delete oddly named text.scss file

This commit is contained in:
addison 2022-04-26 09:11:48 -04:00
parent 9663870982
commit e9c30d4232
3 changed files with 9 additions and 7 deletions

View File

@ -22,6 +22,15 @@
overflow-x: hidden;
overflow-y: auto;
height: 100%;
.filter {
hr {
margin: 1em 0 1em 0;
@include themify($themes) {
border-color: themed("hrColor");
}
}
}
}
.filter-heading {

View File

@ -15,6 +15,5 @@
@import "environment.scss";
@import "header.scss";
@import "left-nav.scss";
@import "text.scss";
@import "loading.scss";
@import "../../jslib/angular/src/scss/icons.scss";

View File

@ -1,6 +0,0 @@
hr {
margin: 1em 0 1em 0;
@include themify($themes) {
border-color: themed("hrColor");
}
}