[Monitor Dashboard | Trunk]: Add some css for notifications and texts.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60447 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
9ffe65ae16
commit
4c6518d55b
|
@ -245,3 +245,11 @@ navbar > *, openaire-error > *, openaire-user> user > * {
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--background-color) !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notifications .uk-offcanvas-bar {
|
||||||
|
top: var(--header-height) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#notifications-switcher #notifications-count {
|
||||||
|
background-color: var(--secondary-color);
|
||||||
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ body {
|
||||||
font-size: var(--small-font-size);
|
font-size: var(--small-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
.landing .uk-text-small, new-search-page .uk-text-small, search-all .uk-text-small {
|
.landing .uk-text-small, new-search-page .uk-text-small, search-all .uk-text-small, .mat-chip .uk-text-small {
|
||||||
font-size: var(--xs-font-size);
|
font-size: var(--xs-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ body {
|
||||||
color: var(--text-color) !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-text-small {
|
.uk-text-small, .uk-text-small .mat-option {
|
||||||
font-size: var(--small-font-size);
|
font-size: var(--small-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,3 +54,11 @@ body {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#notifications .uk-offcanvas-bar .uk-text-primary {
|
||||||
|
color: var(--theme-primary-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#notifications .uk-offcanvas-bar .uk-text-secondary {
|
||||||
|
color: var(--theme-secondary-color) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue