mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 20:59:18 +00:00
feat(style): add scss variables (#291)
This commit is contained in:
@@ -353,7 +353,7 @@ limitations under the License. -->
|
||||
width: 30%;
|
||||
border-style: unset;
|
||||
outline: 0;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid $disabled-color;
|
||||
height: 30px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
@@ -371,9 +371,9 @@ limitations under the License. -->
|
||||
padding: 0 3px;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
color: #3d444f;
|
||||
color: $font-color;
|
||||
border: 1px dashed #aaa;
|
||||
font-size: 12px;
|
||||
font-size: $font-size-smaller;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user