feat: support border-radius for cards
This commit is contained in:
parent
9ea824a06a
commit
99d728cdca
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,7 @@ $preview-height: 8*$lineheight;
|
|||
padding-top: $lineheight_half;
|
||||
backdrop-filter: none;
|
||||
transition: background-color 0.3s;
|
||||
@include border-radius();
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: $color-font-light;
|
||||
|
@ -117,6 +118,7 @@ $preview-height: 8*$lineheight;
|
|||
background-size: cover;
|
||||
min-height:100%;
|
||||
min-width:100%;
|
||||
@include border-radius();
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom:0px;
|
||||
|
@ -150,6 +152,7 @@ $preview-height: 8*$lineheight;
|
|||
color: $color-font-light;
|
||||
height:165px;
|
||||
overflow: hidden;
|
||||
@include border-radius();
|
||||
|
||||
.metadata-pills {
|
||||
height:165px;
|
||||
|
|
Loading…
Reference in a new issue