Feature: Improve Dashboard UI (#630)
This commit is contained in:
committed by
GitHub
parent
29bb2bff3a
commit
fe70843fae
@@ -28,9 +28,16 @@
|
||||
color: $color-gray;
|
||||
font-size: $font-size-default;
|
||||
font-weight: $font-weight-medium;
|
||||
|
||||
.wrap,
|
||||
.child-icon {
|
||||
&:hover {
|
||||
color: $color-woot;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.active a {
|
||||
.active a .wrap {
|
||||
color: $color-woot;
|
||||
}
|
||||
}
|
||||
@@ -100,7 +107,7 @@
|
||||
margin-top: $space-medium;
|
||||
|
||||
>span {
|
||||
margin-left: auto;
|
||||
margin-left: $space-one;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user