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; font-weight: 400;
} }
.ui.label.access-right { // override access badges color
float: right; .ui.label.access-status {
color: @accessRight;
background-color: white;
&.open { &.open {
color: @accessRightOpen; background-color: @accessRightOpen;
background-color: white;
}
&.restricted {
color: @accessRightRestricted;
background-color: white;
} }
&.embargoed { &.embargoed {
color: @accessRightEmbargoed; background-color: @accessRightEmbargoed;;
background-color: white;
} }
&.closed { &.metadata-only {
color: @accessRightClosed; background-color: @accessRightMetadata;
background-color: white;
} }
} }

View File

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