Merge branch 'winh-position-helpers' into 'master'

Add CSS helper classes for positioning

See merge request gitlab-org/gitlab-ce!24821
This commit is contained in:
Clement Ho 2019-02-01 09:00:09 +00:00
commit 9a0dd375f3
1 changed files with 6 additions and 0 deletions

View File

@ -420,3 +420,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; }