[Dashboard Theme | Trunk]: uk-card header add title class

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60467 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2021-02-22 08:44:31 +00:00
parent ec169cbf99
commit 55d55d9bc0
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@
.uk-card-header {
background-color: #F2F2F2;
color: rgba(var(--text-color-rgb), 0.8);
box-shadow: 0 3px 6px #00000029;
padding: 10px 20px;
font-family: "Roboto", sans-serif;
@ -32,6 +33,10 @@
position: relative;
}
.uk-card-header .title {
color: rgba(var(--text-color-rgb), 0.5);
}
.uk-card-header th {
color: #7A7A7A;
font-weight: bold;