fix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -77,7 +77,8 @@ const VendingRow = (props, context) => {
|
||||
} = data;
|
||||
const free = (
|
||||
!onstation
|
||||
|| product.price === 0
|
||||
|| (product.price === 0)
|
||||
|| ((department === user.department) && !product.premium)
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user