mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 23:17:47 +08:00
24 lines
416 B
Plaintext
24 lines
416 B
Plaintext
.EditGroupModal {
|
|
.Form-group:not(:last-child) {
|
|
margin-bottom: 30px;
|
|
}
|
|
.Badge {
|
|
margin-right: 5px;
|
|
vertical-align: 2px;
|
|
}
|
|
}
|
|
.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;
|
|
}
|