mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:34:08 +08:00
db8c1f20ed
This commit changes the group SMTP settings form (at
`/g/:name/manage/email`) to use
FormKit, our magical new form component system ✨
---------
Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
16 lines
232 B
SCSS
16 lines
232 B
SCSS
.form-kit__control-menu {
|
|
@include default-input;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.fk-d-menu {
|
|
.dropdown-menu {
|
|
min-width: 200px;
|
|
}
|
|
.dropdown-menu__item {
|
|
&:hover {
|
|
background: var(--d-hover);
|
|
}
|
|
}
|
|
}
|