mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
Increase border radius for UI card elements
This commit is contained in:
parent
243a170071
commit
b2cd375936
6 changed files with 12 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
padding: 25px;
|
||||
background-color: map-get($yellow-shades, 100);
|
||||
border: 1px solid map-get($yellow-shades, 300);
|
||||
@include border-radius(3px);
|
||||
@include border-radius(16px);
|
||||
|
||||
> .title {
|
||||
font-weight: bold;
|
||||
|
@ -47,7 +47,7 @@
|
|||
padding: 25px;
|
||||
background-color: map-get($gray-shades, 100);
|
||||
border: 1px solid map-get($gray-shades, 200);
|
||||
@include border-radius(3px);
|
||||
@include border-radius(16px);
|
||||
|
||||
> .version {
|
||||
font-weight: 700;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue