fix(fe/panes): refine styles of panes
This commit is contained in:
parent
a66046bd01
commit
4fd9bd9c33
5 changed files with 397 additions and 359 deletions
|
@ -494,3 +494,7 @@
|
|||
.full-width {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bold {
|
||||
font-weight: bold;
|
||||
}
|
|
@ -113,7 +113,7 @@
|
|||
background-color: white;
|
||||
border-radius: 0.8rem;
|
||||
margin-bottom: 2rem;
|
||||
box-shadow: 0 5px 30px 0 rgb(31 38 135 / 10%);
|
||||
box-shadow: 0 5px 30px 0 rgb(31 38 135 / 10%);
|
||||
}
|
||||
|
||||
.container-padding {
|
||||
|
@ -182,6 +182,7 @@
|
|||
font-size: 1.4rem;
|
||||
line-height: 2rem;
|
||||
display: block;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.theme-default #item-rows .hr {
|
||||
|
@ -370,7 +371,7 @@
|
|||
|
||||
.theme-default .pane-title {
|
||||
color: black;
|
||||
line-height: 4rem;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.theme-default #pane-settings {
|
||||
|
@ -382,9 +383,14 @@
|
|||
}
|
||||
|
||||
.theme-default .user-form {
|
||||
border: dashed 2px #ccc;
|
||||
padding: 1rem;
|
||||
font-size: 1.4rem;
|
||||
padding: 1rem 0;
|
||||
margin-top: 1rem;
|
||||
border-bottom: dashed 1px #000;
|
||||
}
|
||||
|
||||
.theme-default .more {
|
||||
border: dashed 1px #ccc;
|
||||
}
|
||||
|
||||
.theme-default .role-list-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue