mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 11:32:40 +08:00
23 lines
391 B
Plaintext
23 lines
391 B
Plaintext
.EditGroupModal {
|
|
.Form-group:not(:last-child) {
|
|
margin-bottom: 30px;
|
|
}
|
|
.Badge {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.EditGroupModal-name-input {
|
|
:first-child {
|
|
margin-bottom: 1px;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
:last-child {
|
|
border-top-right-radius: 0;
|
|
border-top-left-radius: 0;
|
|
}
|
|
}
|
|
.EditGroupModal-delete {
|
|
float: right;
|
|
}
|