mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 10:47:27 +03:00
13 lines
253 B
SCSS
13 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;
|
|
}
|