mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-31 21:38:19 +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 {
|
||||
text-align: center;
|
||||
border-top: 3px solid $mainColor;
|
||||
}
|
||||
|
||||
.overview__card-title {
|
||||
|
|
Loading…
Reference in a new issue