vendor/assets/stylesheets/_variable.scss in active_frontend-14.1.20 vs vendor/assets/stylesheets/_variable.scss in active_frontend-14.1.21

- old
+ new

@@ -1,10 +1,9 @@ // Table of Contents // ================================================== // Functions // Animation -// Box shadow // Color // Common // Font // Grid // Progress @@ -48,20 +47,10 @@ s: 0.75s, xs: 0.5s, xxs: 0.25s ); -// Box shadow -// ================================================== -$box-shadows: ( - xxl: 14px, - xl: 10px, - l: 6px, - m: 4px, - b: 2px -); - // Color // ================================================== $colors-global: ( 'primary': 'blue', 'secondary': 'green', @@ -149,12 +138,19 @@ ); $common-border-radiuses: ( xl: 999px, l: 10px, m: 6px, - b: 3px, - s: 2px, + b: 2px, + s: 1px, n: 0 +); +$common-box-shadows: ( + xxl: 14px, + xl: 10px, + l: 6px, + m: 4px, + b: 2px ); $common-margins-and-paddings: ( xxxl: 100px, xxl: 80px, xl: 60px,