mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-24 05:31:57 +00:00
badges(ui): adds tug theme badge colors
This commit is contained in:
@@ -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;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user