2023-07-24 19:03:59 +03:00
|
|
|
@import '../../../utils/base';
|
2020-12-17 20:42:43 +03:00
|
|
|
|
2022-02-05 12:04:34 +03:00
|
|
|
.highlight-card.highlight-card {
|
2020-12-07 13:17:19 +03:00
|
|
|
text-align: center;
|
2021-02-16 01:45:13 +03:00
|
|
|
border-top: 3px solid var(--brand-color);
|
2021-02-28 11:50:01 +03:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
2020-12-07 13:17:19 +03:00
|
|
|
}
|
|
|
|
|
2022-02-05 12:46:46 +03:00
|
|
|
.highlight-card__link-icon {
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
bottom: 5px;
|
|
|
|
opacity: 0.1;
|
2022-02-05 15:46:24 +03:00
|
|
|
transform: rotate(-45deg);
|
2022-02-05 12:46:46 +03:00
|
|
|
}
|
|
|
|
|
2022-02-05 12:04:34 +03:00
|
|
|
.highlight-card__title {
|
2020-12-07 13:17:19 +03:00
|
|
|
text-transform: uppercase;
|
2021-02-27 10:23:06 +03:00
|
|
|
color: $textPlaceholder;
|
2020-12-07 13:17:19 +03:00
|
|
|
}
|