monitor/src/assets/monitor-custom.css

72 lines
1.6 KiB
CSS

:root {
--portal-main-color: #9ABB55;
--portal-main-contrast: white;
--portal-dark-color: #7c9144;
--openaire-main-color: #313179;
--explore-portal-color: #D95F2D;
--provide-portal-color: #37C7E9;
--monitor-portal-color: #9ABB55;
--connect-portal-color: #EBB13E;
--develop-portal-color: #DA65AB;
--explore-portal-lower-tone: #a0462c;
--provide-portal-lower-tone: #3A8FA3;
--monitor-portal-lower-tone: #7c9144;
--connect-portal-lower-tone: #b48536;
--develop-portal-lower-tone: #9f4e7e;
}
.generalSearchForm,
.publicationsSearchForm,
.projectsSearchForm, .projectsTableSearchForm,
.organizationsSearchForm,
.datasetsSearchForm,
.softwareSearchForm,
.orpsSearchForm,
.datasourcesSearchForm, .compatibleDatasourcesSearchForm, .compatibleDatasourcesTableSearchForm, .datasourcesTableSearchForm,
.journalsSearchForm, .journalsTableSearchForm,
.entityRegistriesSearchForm, .entityRegistriesTableSearchForm {
background: /*url('search-background.svg')*/ #F7FCFF no-repeat center bottom ;
background-size: cover !important;
height: inherit;
}
.monitorApp, .searchForm {
background: #F9F9F9!important;
}
.monitorApp .login text {
stroke: white;
fill: white;
}
.monitorApp .uk-text-large {
font-size: 18px;
}
.monitorApp h1, .monitorApp h2, .monitorApp h3,
.monitorApp h4, .monitorApp h5, .monitorApp h6 {
color: #212121;
}
.monitorApp , .monitorApp .uk-card, .monitorApp .color {
color: #707070;
}
.monitorApp .portal-button {
color: white !important;
font-weight: 700;
}
.monitorApp .uk-grid-divider>:not(.uk-first-column)::before {
border-left: 1px solid #DEDEDE;
}