[openaire-theme | Trunk]: Small additions in css of theme.

variables.css: [NEW] Added variable --orcid-color: #A6CE39;
text.css: Added rules for classes "uk-text-xsmall" and "text-orcid".
This commit is contained in:
Konstantina Galouni 2022-04-12 13:27:52 +03:00
parent 9fe876f2cd
commit d56086611c
2 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,10 @@
color: var(--text-light-grey-color);
}
.uk-text-xsmall {
font-size: 12px;
}
.text-orcid {
color: var(--orcid-color);
}

View File

@ -18,6 +18,8 @@
--light-blue: #F4F8F9;
--danger-color: #BB121A;
--orcid-color: #A6CE39;
/* Explore */
--explore-color: #E96439;
--explore-color-rgb: 233, 100, 57;