shlink-web-client/src/shlink-web-component/overview/helpers/HighlightCard.scss

22 lines
388 B
SCSS
Raw Normal View History

@import '../../../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;
2022-02-05 15:46:24 +03:00
transform: rotate(-45deg);
}
.highlight-card__title {
text-transform: uppercase;
2021-02-27 10:23:06 +03:00
color: $textPlaceholder;
}