mirror of https://gitee.com/bigwinds/arangodb
css dashboard
This commit is contained in:
parent
59860fd7dc
commit
e662b810ac
|
@ -186,9 +186,18 @@ li:hover h6, li.hover h6 {
|
|||
height: 36px;
|
||||
}
|
||||
|
||||
.statsHeaderDiv h4 {
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
}
|
||||
|
||||
.statsHeader {
|
||||
width: 100%;
|
||||
background-color: #686766 !important;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
font-family: 'Lato', sans-serif !important;
|
||||
}
|
||||
|
||||
#dashboardHeader {
|
||||
|
@ -515,9 +524,14 @@ li:hover h6, li.hover h6 {
|
|||
stroke: #BFBFBF;
|
||||
}
|
||||
|
||||
.dashboardH6 {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
.svgClass{margin-top: 35px !important;}
|
||||
.statSingleClient{margin-top: 10.5px !important;}
|
||||
#detailReplication{margin-top: 1.5px !important;}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue