From 483f4f8be5586e44af11294e49a8a7619cb78084 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Thu, 31 Jan 2019 11:28:26 +0100 Subject: Add CSS helper classes for positioning --- app/assets/stylesheets/framework/common.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app') diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 0fb9bde1785..08d84f7748f 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -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; } -- cgit v1.2.3