mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
fix: cards border color
This commit is contained in:
parent
e60492710e
commit
2c2edbadfa
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
@include shadow;
|
||||
@include color('border-color', 'muted-light');
|
||||
backface-visibility: hidden;
|
||||
border: 2px solid;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue