mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 04:42:41 +00:00
removed unnecessary files and refactored layout of dl
This commit is contained in:
33
client/admin/brewUtils/brewUtils.less
Normal file
33
client/admin/brewUtils/brewUtils.less
Normal file
@@ -0,0 +1,33 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user