monitor/src/assets/monitor-custom.css

85 lines
1.9 KiB
CSS

:root {
--monitor-color-darken: #228001;
/*buttons*/
--button-primary-background: transparent;
--button-primary-background-image: linear-gradient(113deg, var(--monitor-color) 0%, var(--monitor-color-darken) 100%);
--button-secondary-background: var(--secondary-color);
--button-secondary-background-image: none;
/*backgrounds*/
--primary-background: #2C2C2C;
--primary-background-image:none;
--secondary-background-image:none;
/*fonts*/
--font-primary-color:var(--monitor-color);
/*--secondary-background: var(--secondary-color);*/
}
/*: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;*/
/*}*/
/*.tm-toolbar .uk-subnav-line .custom-monitor-li {*/
/* background: var(--portal-main-color);*/
/*}*/
/*.monitorApp, .searchForm {*/
/* background: #F9F9F9 !important;*/
/*}*/
/*.monitorApp .login text {*/
/* stroke: white;*/
/* fill: white;*/
/*}*/
/*.uk-card {*/
/* color: #1a1a1a;*/
/*}*/
.custom-main-content {
background-color: #F9F9F9 !important;
}
main {
min-height: calc(100vh - 100px);
}
/*.monitorApp .uk-text-small {*/
/* font-size: 14px;*/
/*}*/
/*.monitorApp .uk-text-muted {*/
/* color: #4D4D4D !important;*/
/*}*/
/*.monitorApp .portal-button {*/
/* color: white !important;*/
/* font-weight: 700;*/
/*}*/
/*.monitorApp .uk-grid-divider>:not(.uk-first-column)::before {*/
/* border-left: 1px solid #DEDEDE;*/
/*}*/