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 {
|
||||
@extend %pull-left;
|
||||
@extend %dashboard-chart-box;
|
||||
font-size: 25px;
|
||||
height: ($dashboard-height + $dashboard-padding) / 2 - 36px - 36px - 2px;
|
||||
width: 50%;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
font-size : 25px;
|
||||
position : relative;
|
||||
top : 15%;
|
||||
top: 15%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.dashboard-row {
|
||||
|
|
Loading…
Reference in New Issue