mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 13:26:40 +07:00
radius
This commit is contained in:
parent
b245cd0640
commit
10a6548d39
5 changed files with 24 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
display: flex;
|
||||
flex: 0 0;
|
||||
background: $cell_bg;
|
||||
border-radius: 4px;
|
||||
border-radius: $cell_radius;
|
||||
position: relative;
|
||||
|
||||
&:global(.is_hero) {
|
||||
|
@ -12,6 +12,7 @@
|
|||
font-size: 48px;
|
||||
}
|
||||
}
|
||||
|
||||
@include outer_shadow();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue