shlink-web-client/src/servers/Overview.scss

14 lines
253 B
SCSS
Raw Normal View History

@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;
2021-02-27 10:23:06 +03:00
color: $textPlaceholder;
}