Files
EdgeAdmin/web/views/@default/@grids.less

77 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-04-07 10:21:38 +08:00
.grid.counter-chart {
2022-04-07 19:53:10 +08:00
margin-top: 1em !important;
2022-04-07 10:21:38 +08:00
margin-left: 0.4em !important;
.column {
margin-bottom: 1em;
font-size: 0.85em;
text-align: center;
position: relative;
border: 1px rgba(0, 0, 0, .1) solid;
border-right: 0;
div.value {
margin-top: 1.5em;
font-weight: normal;
span {
font-size: 1.5em;
margin-right: 0.2em;
}
}
}
.column.with-border {
border-right: 1px rgba(0, 0, 0, .1) solid;
}
h4 {
2022-04-07 18:31:21 +08:00
color: grey;
position: relative;
2022-04-07 10:21:38 +08:00
a {
2022-04-07 18:31:21 +08:00
position: absolute;
right: 0.1em;
font-size: 1.26em;
2022-04-07 10:21:38 +08:00
display: none;
}
font-size: 1.0em;
text-align: left;
}
.column:hover {
2023-10-30 16:44:01 +08:00
background: rgba(0, 0, 0, .03) !important;
2022-04-07 10:21:38 +08:00
a {
display: inline;
}
}
2023-10-30 11:30:51 +08:00
}
.grid.chart-grid {
2023-10-30 16:44:01 +08:00
margin-top: 1em !important;
2023-10-30 11:30:51 +08:00
margin-left: 0.4em !important;
.column {
margin-bottom: 1em;
border: 1px rgba(0, 0, 0, .1) solid;
border-right: 0;
2023-10-30 16:44:01 +08:00
.menu {
margin-top: -0.6em !important;
margin-bottom: -0.6em !important;
}
h4 {
span {
font-size: 0.8em;
color: grey;
}
}
2023-10-30 11:30:51 +08:00
}
.column.with-border {
border-right: 1px rgba(0, 0, 0, .1) solid;
}
2022-04-07 10:21:38 +08:00
}