fix(ui): fix layout of list & pane (#66)
* fix(ui): refine pane layout * fix(test): add pane_admin component
This commit is contained in:
parent
df46915147
commit
916ec7c2dc
10 changed files with 294 additions and 46 deletions
|
@ -73,17 +73,6 @@ img {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
p,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
text-align: left;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
.container-center {
|
||||
margin: 2rem auto auto auto;
|
||||
width: 96%;
|
||||
max-width: 800px;
|
||||
max-width: 80rem;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
|
||||
#panes .container {
|
||||
max-width: 960px;
|
||||
max-width: 80rem;
|
||||
width: 96%;
|
||||
background-color: white;
|
||||
z-index: 101;
|
||||
|
@ -629,4 +629,8 @@ div.hr {
|
|||
|
||||
.breadcrumb {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.txt-cap {
|
||||
text-transform: capitalize;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue