Get rid of Settings.scss

This commit is contained in:
wooferzfg
2019-10-19 18:48:42 -05:00
parent 48ee047bc2
commit 0bd2f73394
5 changed files with 55 additions and 19 deletions
+18
View File
@@ -34,4 +34,22 @@
.layout-editor-component {
cursor: pointer;
}
.settings-table {
width: 500px;
> tbody > tr {
height: 30px;
}
> tbody > tr > td:nth-child(1) {
width: 250px;
}
> tbody > tr > td:nth-child(2) > input,
> tbody > tr > td:nth-child(2) > span,
> tbody > tr > td:nth-child(2) > select {
width: 100%;
}
}
}
+18
View File
@@ -57,4 +57,22 @@
.btn-group button:nth-child(1) {
margin-top: 0;
}
.settings-table {
width: 500px;
> tbody > tr {
height: 30px;
}
> tbody > tr > td:nth-child(1) {
width: 250px;
}
> tbody > tr > td:nth-child(2) > input,
> tbody > tr > td:nth-child(2) > span,
> tbody > tr > td:nth-child(2) > select {
width: 100%;
}
}
}
-17
View File
@@ -1,17 +0,0 @@
.settings-table {
width: 500px;
> tbody > tr {
height: 30px;
}
> tbody > tr > td:nth-child(1) {
width: 250px;
}
> tbody > tr > td:nth-child(2) > input,
> tbody > tr > td:nth-child(2) > span,
> tbody > tr > td:nth-child(2) > select {
width: 100%;
}
}
+19 -1
View File
@@ -1,3 +1,21 @@
.settings-editor {
padding: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
.settings-table {
width: 500px;
> tbody > tr {
height: 30px;
}
> tbody > tr > td:nth-child(1) {
width: 250px;
}
> tbody > tr > td:nth-child(2) > input,
> tbody > tr > td:nth-child(2) > span,
> tbody > tr > td:nth-child(2) > select {
width: 100%;
}
}
}
-1
View File
@@ -1,7 +1,6 @@
@use 'HotkeyButton';
@use 'LayoutEditor';
@use 'RunEditor';
@use 'Settings';
@use 'SettingsEditor';
@import url('https://fonts.googleapis.com/css?family=Roboto');