Extract Separator.scss

This commit is contained in:
wooferzfg
2019-10-19 20:04:45 -05:00
parent 6022bd29a9
commit ebffbb8f9d
2 changed files with 5 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
.separator {
background-color: hsla(0, 0%, 43%, 1);
height: 2px;
}
+1 -5
View File
@@ -2,6 +2,7 @@
@use 'KeyValue';
@use 'LayoutEditor';
@use 'RunEditor';
@use 'Separator';
@use 'SettingsEditor';
@use 'Sidebar';
@use 'Splits';
@@ -326,11 +327,6 @@ select {
font-family: "fira", sans-serif;
}
.separator {
background-color: hsla(0, 0%, 43%, 1);
height: 2px;
}
button.disabled,
button.button-pressed.disabled,
button.disabled:active {