mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 10:47:27 +03:00
11 lines
193 B
SCSS
11 lines
193 B
SCSS
@import '../utils/base';
|
|
|
|
.overview__card.overview__card {
|
|
text-align: center;
|
|
border-top: 3px solid $mainColor;
|
|
}
|
|
|
|
.overview__card-title {
|
|
text-transform: uppercase;
|
|
color: #6c757d;
|
|
}
|