Create Shop component and add to homepage
This commit is contained in:
18
src/style/_effects.scss
Normal file
18
src/style/_effects.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Box shadows
|
||||
*/
|
||||
// Box: Dark
|
||||
.shadow-box-dark {
|
||||
box-shadow:
|
||||
0 6px 6px rgba(#000, 0.05),
|
||||
0 12px 12px rgba(#000, 0.05),
|
||||
0 24px 24px rgba(#000, 0.05);
|
||||
}
|
||||
|
||||
// Box: Light
|
||||
.shadow-box-light {
|
||||
box-shadow:
|
||||
0 6px 6px rgba(#736356, 0.05),
|
||||
0 12px 12px rgba(#736356, 0.05),
|
||||
0 24px 24px rgba(#736356, 0.05);
|
||||
}
|
||||
Reference in New Issue
Block a user