mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
16 lines
229 B
Plaintext
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;
|
|
}
|
|
} |