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:
@@ -70,7 +70,7 @@ limitations under the License. -->
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.text {
|
||||
font-size: 12px;
|
||||
font-size: $font-size-smaller;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
@@ -102,13 +102,13 @@ limitations under the License. -->
|
||||
text-align: center;
|
||||
|
||||
&:hover {
|
||||
color: #409eff;
|
||||
color: $active-color;
|
||||
background-color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
.tips {
|
||||
font-size: 14px;
|
||||
font-size: $font-size-normal;
|
||||
color: #888;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user