shlink-web-client/shlink-web-component/overview/helpers/HighlightCard.scss
2023-08-03 09:13:10 +02:00

21 lines
392 B
SCSS

@import '../../../src/utils/base';
.highlight-card.highlight-card {
text-align: center;
border-top: 3px solid var(--brand-color);
color: inherit;
text-decoration: none;
}
.highlight-card__link-icon {
position: absolute;
right: 5px;
bottom: 5px;
opacity: 0.1;
transform: rotate(-45deg);
}
.highlight-card__title {
text-transform: uppercase;
color: $textPlaceholder;
}