fix(pane-admin): unify styles
This commit is contained in:
parent
551120e83b
commit
c75b640b7a
2 changed files with 105 additions and 120 deletions
|
@ -43,11 +43,8 @@
|
|||
border-radius: 0.6rem;
|
||||
}
|
||||
|
||||
.theme-default #panes #title-container {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.theme-default #panes .container {
|
||||
padding: 2rem;
|
||||
background-color: white;
|
||||
margin: 3rem auto 1rem auto;
|
||||
border-radius: 0.6rem;
|
||||
|
@ -109,6 +106,16 @@
|
|||
line-height: 1.8rem;
|
||||
}
|
||||
|
||||
.theme-default .user-form {
|
||||
border: dashed 2px #ccc;
|
||||
padding: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.theme-default .role-list-item {
|
||||
margin: 0 auto 1rem 0;
|
||||
}
|
||||
|
||||
.theme-default .wide-input {
|
||||
width: 20rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue