0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00
Files
homebrewery/client/admin/brewUtils/stats/stats.less
Víctor Losada Hernández 3ce9bb1310 initial commit
2025-01-31 23:20:35 +01:00

16 lines
229 B
Plaintext

.Stats {
position : relative;
.pending {
position : absolute;
top : 0.5em;
left : 100px;
width : 100%;
height : 100%;
}
&:has(.pending) {
opacity:0.5;
}
}