Adapting Layouts to the new bem generator
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
+RV-Block('RV-Dummy')
|
||||
|
||||
&--oranage
|
||||
+RV-Block--modifier('orange')
|
||||
background-color #F4A460 !important
|
||||
|
||||
&--blue
|
||||
+RV-Block--modifier('blue')
|
||||
background-color #6495ED !important
|
||||
|
||||
&--green
|
||||
+RV-Block--modifier('green')
|
||||
background-color #90EE90 !important
|
||||
|
||||
&--red
|
||||
+RV-Block--modifier('red')
|
||||
background-color #ce6d6d !important
|
||||
|
||||
&--yellow
|
||||
+RV-Block--modifier('yellow')
|
||||
background-color #eae144 !important
|
||||
|
||||
background-color #F4A460
|
||||
@@ -40,25 +40,25 @@
|
||||
height var(--height)
|
||||
width var(--width)
|
||||
|
||||
+RV-Element__Modifier('large')
|
||||
+RV-Element--modifier('large')
|
||||
--height 500px
|
||||
--width 500px
|
||||
|
||||
+RV-Element__Modifier('small')
|
||||
+RV-Element--modifier('small')
|
||||
--height 100px
|
||||
--width 100px
|
||||
|
||||
+RV-Block__Modifier('square')
|
||||
+RV-Block--modifier('square')
|
||||
height 350px
|
||||
width 350px
|
||||
|
||||
+RV-Block__Modifier('portrait')
|
||||
+RV-Block--modifier('portrait')
|
||||
height 350px
|
||||
width 150px
|
||||
|
||||
+RV-Block__Modifier('landscape')
|
||||
+RV-Block--modifier('landscape')
|
||||
width 350px
|
||||
height 150px
|
||||
|
||||
+RV-Block__Modifier('red')
|
||||
+RV-Block--modifier('red')
|
||||
background-color #d8583e
|
Reference in New Issue
Block a user