mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
Added border on top of overview section cards
This commit is contained in:
parent
623deec973
commit
e9e53bb69b
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
|
@import '../utils/base';
|
||||||
|
|
||||||
.overview__card.overview__card {
|
.overview__card.overview__card {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border-top: 3px solid $mainColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview__card-title {
|
.overview__card-title {
|
||||||
|
|
Loading…
Reference in a new issue