0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-25 20:33:13 +00:00
Files
homebrewery/client/admin/brewUtils/brewUtils.less
Víctor Losada Hernández 852510c93a more imports
2026-01-24 00:49:37 +01:00

31 lines
476 B
Plaintext

@import '../../../shared/naturalcrit/styles/colors.less';
.brewUtil {
.result {
margin-top : 20px;
button {
margin-right : 10px;
background-color : @red;
}
}
.cleanButton {
display : inline-block;
width : 100%;
}
}
.stats {
position : relative;
.pending {
position : absolute;
top : 0.5em;
left : 100px;
width : 100%;
height : 100%;
}
&:has(.pending) { opacity : 0.5; }
dl { grid-template-columns : 200px 250px; }
}