mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
Add shadow utility variables (#1620)
This commit is contained in:
committed by
GitHub
parent
03487019b6
commit
64b0d48dbf
11
app/javascript/shared/assets/stylesheets/shadows.scss
Normal file
11
app/javascript/shared/assets/stylesheets/shadows.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
:root {
|
||||
--shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
|
||||
0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
--shadow-small: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
||||
--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
||||
0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
||||
--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
||||
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||
--shadow-larger: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
|
||||
0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
Reference in New Issue
Block a user