mirror of https://gitee.com/bigwinds/arangodb
Fixed scss-lint warnings
This commit is contained in:
parent
f870abed3b
commit
dc164ec6d2
|
@ -118,12 +118,12 @@ $dashboard-padding: 28px;
|
||||||
.dashboard-tendency {
|
.dashboard-tendency {
|
||||||
@extend %pull-left;
|
@extend %pull-left;
|
||||||
@extend %dashboard-chart-box;
|
@extend %dashboard-chart-box;
|
||||||
|
font-size: 25px;
|
||||||
height: ($dashboard-height + $dashboard-padding) / 2 - 36px - 36px - 2px;
|
height: ($dashboard-height + $dashboard-padding) / 2 - 36px - 36px - 2px;
|
||||||
width: 50%;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size : 25px;
|
top: 15%;
|
||||||
position : relative;
|
width: 50%;
|
||||||
top : 15%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-row {
|
.dashboard-row {
|
||||||
|
|
Loading…
Reference in New Issue