Another type of BoxShadow

This commit is contained in:
reverend 2021-01-18 21:17:14 +01:00
parent ffa284b01f
commit 563232b2a3

View File

@ -9,6 +9,13 @@ RV-BoxShadow--simple(color)
+RV-Block__Modifier--name('simple') +RV-Block__Modifier--name('simple')
box-shadow 0 0 10px 3px color box-shadow 0 0 10px 3px color
RV-BoxShadow--solid(color)
+RV-Block__Modifier--name('solid')
border 8px solid color
border-radius 14px
padding 8px
margin -8px
/* /*
* Hhuge shadow under the bottom of the * Hhuge shadow under the bottom of the
* box, which creates an levitation effect * box, which creates an levitation effect
@ -100,3 +107,6 @@ RV-BoxShadow()
+RV-Block__Modifier() +RV-Block__Modifier()
RV-BoxShadow--drop(color) RV-BoxShadow--drop(color)
+RV-Block__Modifier()
RV-BoxShadow--solid(color)