mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat(style): add scss variables (#291)
This commit is contained in:
@@ -146,7 +146,7 @@ limitations under the License. -->
|
||||
|
||||
.auto-select {
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
background-color: $theme-background;
|
||||
padding: 1px;
|
||||
|
||||
input {
|
||||
@@ -169,7 +169,7 @@ limitations under the License. -->
|
||||
outline: 0;
|
||||
width: 50px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid $disabled-color;
|
||||
text-align: center;
|
||||
height: 25px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user