mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
|
|
.Stats {
|
|
position : relative;
|
|
|
|
.pending {
|
|
position : absolute;
|
|
top : 0px;
|
|
left : 0px;
|
|
width : 100%;
|
|
height : 100%;
|
|
background-color : rgba(238,238,238, 0.5);
|
|
}
|
|
} |