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