Files
EdgeAdmin/web/views/@default/dashboard/index.css

37 lines
577 B
CSS
Raw Normal View History

2021-07-13 14:28:06 +08:00
.ui.message a .icon {
2021-05-11 22:47:21 +08:00
position: absolute;
right: 1em;
2021-07-27 15:24:32 +08:00
top: 2em;
2021-05-11 22:47:21 +08:00
}
2021-01-21 18:55:53 +08:00
.grid {
margin-top: 2em !important;
margin-left: 2em !important;
}
.grid .column {
margin-bottom: 2em;
border-right: 1px #eee solid;
}
.grid .column div.value {
margin-top: 1.5em;
}
.grid .column div.value span {
font-size: 2em;
margin-right: 0.2em;
}
.grid .column.no-border {
border-right: 0;
}
2021-01-21 19:22:06 +08:00
.grid h4 a {
display: none;
}
.grid .column:hover a {
display: inline;
}
2021-01-21 18:55:53 +08:00
.chart-box {
height: 14em;
2021-01-21 18:55:53 +08:00
}
2021-07-19 18:19:33 +08:00
h4 span {
font-size: 0.8em;
color: grey;
}
2021-01-21 18:55:53 +08:00
/*# sourceMappingURL=index.css.map */