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).
This commit is contained in:
Dank Gabs 2019-07-22 21:08:29 -04:00
parent deaa6b41c2
commit 9752de6a3e

View File

@ -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;