1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Increase border radius for UI card elements

This commit is contained in:
sauls8t 2019-06-19 12:48:18 +01:00
parent 243a170071
commit b2cd375936
6 changed files with 12 additions and 7 deletions

View file

@ -5,7 +5,7 @@
// background-color: $theme-100;
background-color: $color-sidebar;
// background-color: map-get($gray-shades, 100);
@include border-radius(6px);
@include border-radius(16px);
> .goto-top {
position: absolute;