Updated theming for group background colors

This commit is contained in:
mgabdev
2019-07-21 23:46:38 -04:00
parent 6b43c2ee76
commit 7c64900f49
3 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
.group-form {
background: $gab-background-container;
body.theme-gabsocial-light & {
background: $gab-background-container-light;
}
padding: 15px;
border-radius: 10px;
@@ -50,4 +53,4 @@
pointer-events: none;
}
button {float: right;}
}
}