Files
EdgeAdmin/web/views/@default/dashboard/boards/waf_plus.less

31 lines
300 B
Plaintext
Raw Normal View History

2021-07-11 18:05:49 +08:00
.ui.message {
.icon {
position: absolute;
right: 1em;
top: 1.8em;
}
}
.chart-box {
height: 14em;
2021-07-12 16:56:56 +08:00
}
2021-12-05 19:38:14 +08:00
.traffic-map-box {
height: 16em;
div::-webkit-scrollbar {
width: 4px;
}
}
2021-07-12 16:56:56 +08:00
.color-span {
font-size: 0.8em;
padding: 4px;
}
h4.header {
a {
font-size: 0.85em;
float: right;
}
2021-07-11 18:05:49 +08:00
}