mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-28 20:56:42 +00:00
12 lines
210 B
SCSS
12 lines
210 B
SCSS
@import '../utils/base';
|
|
|
|
.overview__card.overview__card {
|
|
text-align: center;
|
|
border-top: 3px solid var(--brand-color);
|
|
}
|
|
|
|
.overview__card-title {
|
|
text-transform: uppercase;
|
|
color: $textPlaceholder;
|
|
}
|