c9f03ecc97
(cherry picked from commit 746f67b100d1fa16faeae07acceef4e7ff0ce24b)
13 lines
387 B
SCSS
13 lines
387 B
SCSS
/* Add background color for the compose form */
|
|
.compose-form .compose-form__autosuggest-wrapper,
|
|
.compose-form .compose-form__buttons-wrapper {
|
|
background-color: var(--color-mud);
|
|
border-color: var(--color-mud);
|
|
padding-top: 0;
|
|
}
|
|
|
|
/* Fixes to bottom row when there's a background */
|
|
.compose-form .compose-form__buttons-wrapper {
|
|
padding-bottom: calc(var(--gap-default) / 2);
|
|
}
|