This commit is contained in:
cha0s 2020-06-27 07:05:11 -05:00
parent e5e8442fb4
commit 7ec9c71a77
4 changed files with 3 additions and 6 deletions

View File

@ -208,7 +208,7 @@ select {
}
.react-tabs__tab--selected[class] {
background-color: #212121;
background-color: #1e1e1e;
color: #ffffff;
}

View File

@ -1,4 +1,5 @@
:scope {
background-color: #1e1e1e;
width: 100%;
height: 100%;
}

View File

@ -1,5 +1,5 @@
:scope {
background-color: #272727;
background-color: #242424;
width: 100%;
height: 100%;
}

View File

@ -5,10 +5,6 @@
width: 100%;
}
.react-tabs__tab .wrapper {
width: 10em;
}
.react-tabs__tab-panel input {
text-align: right;
}