27 lines
598 B
SCSS
27 lines
598 B
SCSS
.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;
|
|
}
|
|
|
|
.uk-card .uk-button.action:hover {
|
|
box-shadow: 0 3px 6px rgba(71, 135, 230, 0.5);
|
|
}
|