mirror of
https://github.com/ApfelTeeSaft/LiveSplitOne.git
synced 2026-09-02 11:53:23 +00:00
Get rid of Settings.scss
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
}
|
||||
@@ -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,7 +1,6 @@
|
||||
@use 'HotkeyButton';
|
||||
@use 'LayoutEditor';
|
||||
@use 'RunEditor';
|
||||
@use 'Settings';
|
||||
@use 'SettingsEditor';
|
||||
|
||||
@import url('https://fonts.googleapis.com/css?family=Roboto');
|
||||
|
||||
Reference in New Issue
Block a user