mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 05:06:39 +00:00
14 lines
253 B
SCSS
14 lines
253 B
SCSS
@import '../utils/base';
|
|
|
|
.overview__card.overview__card {
|
|
text-align: center;
|
|
border-top: 3px solid var(--brand-color);
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.overview__card-title {
|
|
text-transform: uppercase;
|
|
color: $textPlaceholder;
|
|
}
|