We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cbb214 + 53c4888 commit 643b959Copy full SHA for 643b959
source/docs/shadows.blade.md
@@ -33,7 +33,7 @@ features:
33
],
34
[
35
'.shadow-outline',
36
- "box-shadow: 2px solid rgba(52,144,220,0.5);",
+ "box-shadow: 0 0 0 3px rgba(52,144,220,0.5);",
37
"Apply a small inner box shadow to an element.",
38
39
@@ -149,6 +149,7 @@ If a `default` shadow is provided, it will be used for the non-suffixed `.shadow
149
- 'md': '0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08)',
150
- 'lg': '0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08)',
151
- 'inner': 'inset 0 2px 4px 0 rgba(0,0,0,0.06)',
152
+- 'outline': '0 0 0 3px rgba(52,144,220,0.5)',
153
+ '1': '0 2px 4px rgba(0,0,0,0.05)',
154
+ '2': '0 4px 8px rgba(0,0,0,0.1)',
155
+ '3': '0 8px 16px rgba(0,0,0,0.15)',
0 commit comments