[Library | Trunk]: Move uk-card action button css to library
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60287 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
fb8e46db80
commit
320db3b5f7
|
@ -0,0 +1,22 @@
|
|||
.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: #4D4D4D;
|
||||
text-transform: none;
|
||||
width: fit-content;
|
||||
padding: 9px 22px;
|
||||
line-height: 25px;
|
||||
}
|
|
@ -14,3 +14,4 @@
|
|||
@import "notification.scss";
|
||||
@import "modal.scss";
|
||||
@import "input.scss";
|
||||
@import "card.scss";
|
||||
|
|
Loading…
Reference in New Issue