[Library | Trunk]: Change portal background color to important
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59006 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b27cab8225
commit
19548db698
|
@ -903,7 +903,7 @@ dd:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal-background-color * {
|
.portal-background-color * {
|
||||||
color: var(--portal-main-contrast);
|
color: var(--portal-main-contrast) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
|
.portal-button, .portal-button-reverse:hover, .portal-button-reverse:active, .portal-button-reverse:focus {
|
||||||
|
@ -1675,7 +1675,7 @@ svg #statistics-bars {
|
||||||
|
|
||||||
/* Feedback page*/
|
/* Feedback page*/
|
||||||
.feedback-page .title-section {
|
.feedback-page .title-section {
|
||||||
background-image: linear-gradient(to right, var(--portal-main-color), #F37A53);
|
background-image: linear-gradient(to right, var(--portal-main-color), var(--portal-dark-color));
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue