Reverting to static height
This commit is contained in:
@@ -34,19 +34,16 @@
|
||||
|
||||
+RV-Element('Square')
|
||||
min-width 300px
|
||||
--width 100%
|
||||
width 100%
|
||||
min-height 300px
|
||||
|
||||
height var(--height)
|
||||
width var(--width)
|
||||
|
||||
+RV-Element--modifier('large')
|
||||
--height 500px
|
||||
--width 500px
|
||||
height 500px
|
||||
width 500px
|
||||
|
||||
+RV-Element--modifier('small')
|
||||
--height 100px
|
||||
--width 100px
|
||||
height 100px
|
||||
width 100px
|
||||
|
||||
+RV-Block--modifier('square')
|
||||
height 350px
|
||||
|
Reference in New Issue
Block a user