scss-library/components/02_ContentShape/alignment/_alignment.styl

42 lines
787 B
Stylus

RV-Alignment()
display grid
RV-Alignment--top()
+RV-Block--modifier()
align-content start
RV-Alignment--bottom()
+RV-Block--modifier()
align-content end
RV-Alignment--left()
+RV-Block--modifier()
justify-content start
RV-Alignment--right()
+RV-Block--modifier()
justify-content: end
RV-Alignment--horizontalCenter()
+RV-Block--modifier()
justify-content center
RV-Alignment--verticalCenter()
+RV-Block--modifier()
align-items center
RV-Alignment--center()
+RV-Block--modifier()
align-items center
justify-content center
+RV-Block--shorthand('RV-Alignment')
RV-Alignment()
RV-Alignment--top()
RV-Alignment--bottom()
RV-Alignment--left()
RV-Alignment--right()
RV-Alignment--horizontalCenter()
RV-Alignment--verticalCenter()
RV-Alignment--center()