0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 06:52:41 +00:00

Merge branch 'update-admin' of https://github.com/5e-Cleric/homebrewery into update-admin

This commit is contained in:
Víctor Losada Hernández
2025-02-12 23:11:17 +01:00
4 changed files with 13 additions and 21 deletions

View File

@@ -30,7 +30,6 @@ body {
color : white;
background-color : @red;
i { margin-right : 30px; }
a { float : right; }
}

View File

@@ -6,28 +6,24 @@
background-color : @red;
}
}
.cleanButton {
display : inline-block;
width : 100%;
}
.cleanButton {
display : inline-block;
width : 100%;
}
}
.stats {
position : relative;
.pending {
position : absolute;
top : 0.5em;
left : 100px;
width : 100%;
height : 100%;
position : absolute;
top : 0.5em;
left : 100px;
width : 100%;
height : 100%;
}
&:has(.pending) {
opacity:0.5;
}
&:has(.pending) { opacity : 0.5; }
dl {
grid-template-columns: 200px 250px;
}
dl { grid-template-columns : 200px 250px; }
}

View File

@@ -11,8 +11,7 @@
justify-items : stretch;
width : 100%;
margin-bottom : 20px;
input {
height : 33px;
padding : 0px 10px;

View File

@@ -1,8 +1,8 @@
.notificationLookup {
width : 450px;
height : fit-content;
.noNotification { margin-block : 20px; }
.notificationList {
display : flex;
flex-direction : column;
@@ -30,8 +30,6 @@
font-size : 20px;
font-weight : 900;
}
}
}
.noNotification { margin-block : 20px; }
}