mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat(style): add scss variables (#291)
This commit is contained in:
@@ -55,7 +55,7 @@ limitations under the License. -->
|
||||
.log-wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 12px;
|
||||
font-size: $font-size-smaller;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -68,7 +68,7 @@ limitations under the License. -->
|
||||
|
||||
.header {
|
||||
padding: 10px;
|
||||
font-size: 12px;
|
||||
font-size: $font-size-smaller;
|
||||
border-bottom: 1px solid #dcdfe6;
|
||||
min-width: 1024px;
|
||||
}
|
||||
@@ -81,7 +81,7 @@ limitations under the License. -->
|
||||
text-align: center;
|
||||
|
||||
&:hover {
|
||||
color: #409eff;
|
||||
color: $active-color;
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user