This commit is contained in:
LetterN
2021-11-09 14:37:02 +08:00
parent f9ce0759a3
commit ff71b7602f
2 changed files with 13 additions and 2 deletions
@@ -287,6 +287,16 @@ em {
font-weight: bold;
}
.looc {
color: #6699CC;
font-weight: bold;
}
.antagooc {
color: #b8002e;
font-weight: bold;
}
.adminobserverooc {
color: #0099cc;
font-weight: bold;
@@ -688,7 +698,7 @@ em {
.large_brass {
color: #BE8700;
font-size: 185%;
}
}
.big_brass {
color: #BE8700;
+2 -1
View File
@@ -77,7 +77,8 @@ const VendingRow = (props, context) => {
} = data;
const free = (
!onstation
|| product.price === 0
|| (product.price === 0)
|| ((department === user.department) && !product.premium)
);
return (