mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
badges(ui): adds tug theme badge colors
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
@accessRightRestricted: #fbbd08;
|
||||
@accessRightEmbargoed : #db2828;
|
||||
@accessRightClosed : #db2828;
|
||||
@accessRightMetadata : #2185D0;
|
||||
|
||||
// primary colors TU Graz
|
||||
@tugrazBlack: #231f20;
|
||||
|
||||
Reference in New Issue
Block a user