mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-25 10:28:23 +03:00
21 lines
392 B
SCSS
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;
|
|
}
|