From 9752de6a3e9295f42b87622633471a8eae7c8a2a Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Mon, 22 Jul 2019 21:08:29 -0400 Subject: [PATCH] Added the forgotten commit from the last merge request. The gab-container-standards mixin contains all standard container common properties (background color, corner radius, anything else shared across the board). --- app/javascript/styles/gabsocial/components/group-form.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/javascript/styles/gabsocial/components/group-form.scss b/app/javascript/styles/gabsocial/components/group-form.scss index 79f82c56..9e3ecc8f 100644 --- a/app/javascript/styles/gabsocial/components/group-form.scss +++ b/app/javascript/styles/gabsocial/components/group-form.scss @@ -1,11 +1,6 @@ .group-form { - background: $gab-background-container; - body.theme-gabsocial-light & { - background: $gab-background-container-light; - } padding: 15px; - border-radius: 10px; - + @include gab-container-standards(); .group-form__input { height: 40px; padding: 0 15px;