mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 20:43:36 +08:00
Implement edit user modal
EditUserHandler is a bit rough
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
.Form-group {
|
||||
margin-bottom: 24px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.Form--centered {
|
||||
text-align: center;
|
||||
|
||||
@ -8,17 +16,13 @@
|
||||
padding: 15px 20px;
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-group {
|
||||
margin-bottom: 12px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
.Form-group {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-group label {
|
||||
.Form-group > label {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
|
Reference in New Issue
Block a user