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:
@@ -66,12 +66,12 @@ limitations under the License. -->
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.date {
|
||||
font-size: 12px;
|
||||
font-size: $font-size-smaller;
|
||||
}
|
||||
|
||||
.label {
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
font-size: $font-size-normal;
|
||||
}
|
||||
|
||||
.profile-input {
|
||||
|
@@ -523,7 +523,7 @@ limitations under the License. -->
|
||||
.switch-icon-edit {
|
||||
cursor: pointer;
|
||||
transition: all 0.5ms linear;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid $disabled-color;
|
||||
color: #666;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
@@ -570,6 +570,6 @@ limitations under the License. -->
|
||||
padding: 5px;
|
||||
border: 1px solid #000;
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
background-color: $theme-background;
|
||||
}
|
||||
</style>
|
||||
|
@@ -66,7 +66,7 @@ limitations under the License. -->
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.label {
|
||||
font-size: 12px;
|
||||
font-size: $font-size-smaller;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
@@ -141,7 +141,7 @@ limitations under the License. -->
|
||||
.switch-icon-edit {
|
||||
cursor: pointer;
|
||||
transition: all 0.5ms linear;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid $disabled-color;
|
||||
color: #666;
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
|
Reference in New Issue
Block a user