[Glitch] Port polls creation UI from upstream

This commit is contained in:
Thibaut Girka
2019-03-06 12:30:11 +01:00
committed by ThibG
parent 3e5a0bc825
commit 8fe86cebaa
9 changed files with 403 additions and 20 deletions

View File

@ -368,6 +368,13 @@
}
}
.compose-form__modifiers {
color: $inverted-text-color;
font-family: inherit;
font-size: 14px;
background: $simple-background-color;
}
.composer--options {
padding: 10px;
background: darken($simple-background-color, 8%);