[Dashboard Theme | Trunk]: Move uk-card action button css to library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60286 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
9aae3570ee
commit
f560a56c5b
|
@ -19,25 +19,6 @@
|
|||
color: var(--secondary-color) !important;
|
||||
}
|
||||
|
||||
.uk-card .uk-grid-divider>:not(.uk-first-column)::before {
|
||||
border-left: 1px solid currentColor;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.uk-card .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
|
||||
border-top: 1px solid currentColor;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.uk-card .uk-button.action {
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0 3px 6px #00000029;
|
||||
border-radius: 40px;
|
||||
font-family: "Roboto", sans-serif;
|
||||
border: none;
|
||||
color: var(--muted-color);
|
||||
text-transform: none;
|
||||
width: fit-content;
|
||||
padding: 9px 22px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue