flow: ui
This commit is contained in:
parent
e5e8442fb4
commit
7ec9c71a77
|
@ -208,7 +208,7 @@ select {
|
|||
}
|
||||
|
||||
.react-tabs__tab--selected[class] {
|
||||
background-color: #212121;
|
||||
background-color: #1e1e1e;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
:scope {
|
||||
background-color: #1e1e1e;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
:scope {
|
||||
background-color: #272727;
|
||||
background-color: #242424;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
|
@ -5,10 +5,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.react-tabs__tab .wrapper {
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.react-tabs__tab-panel input {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user