Commit bd63a3e6 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Marin Jankovski

Add CSS helper classes for positioning

parent 0450fa5f
......@@ -424,3 +424,9 @@ img.emoji {
.ms-no-clear ::-ms-clear {
display: none;
}
/** COMMON POSITIONING CLASSES */
.position-bottom-0 { bottom: 0; }
.position-left-0 { left: 0; }
.position-right-0 { right: 0; }
.position-top-0 { top: 0; }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment