badges(ui): adds tug theme badge colors

This commit is contained in:
mb-wali
2021-05-17 13:41:37 +02:00
committed by Mojib Wali
parent 3423caaa70
commit af0258580c
2 changed files with 8 additions and 21 deletions

View File

@@ -123,32 +123,18 @@ pre {
font-weight: 400;
}
.ui.label.access-right {
float: right;
color: @accessRight;
background-color: white;
// override access badges color
.ui.label.access-status {
&.open {
color: @accessRightOpen;
background-color: white;
}
&.restricted {
color: @accessRightRestricted;
background-color: white;
background-color: @accessRightOpen;
}
&.embargoed {
color: @accessRightEmbargoed;
background-color: white;
background-color: @accessRightEmbargoed;;
}
&.closed {
color: @accessRightClosed;
background-color: white;
&.metadata-only {
background-color: @accessRightMetadata;
}
}

View File

@@ -21,6 +21,7 @@
@accessRightRestricted: #fbbd08;
@accessRightEmbargoed : #db2828;
@accessRightClosed : #db2828;
@accessRightMetadata : #2185D0;
// primary colors TU Graz
@tugrazBlack: #231f20;