app/assets/stylesheets/effects.css in css-zero-0.0.18 vs app/assets/stylesheets/effects.css in css-zero-0.0.19
- old
+ new
@@ -2,10 +2,9 @@
/****************************************************************
* Box Shadow
* Variables for controlling the box shadow of an element.
* box-shadow: var(--shadow);
****************************************************************/
- --shadow-xs: 0 1px rgb(0 0 0 / 0.05);
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);