[css] added border-bottom to each section for better separation
This commit is contained in:
parent
ad9c500863
commit
dce31d8e5c
3 changed files with 10 additions and 1 deletions
|
|
@ -51,6 +51,10 @@
|
|||
.form-section .section-head.collapsed {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.form-section:not(:last-child),
|
||||
.form-inner-toolbar {
|
||||
border-bottom: 1px solid #ebeff2;
|
||||
}
|
||||
.empty-section {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
.form-inner-toolbar {
|
||||
padding: 10px 15px;
|
||||
background-color: @light-bg;
|
||||
// border-bottom: 1px dashed @border-color;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
@ -66,6 +65,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.form-section:not(:last-child),
|
||||
.form-inner-toolbar {
|
||||
border-bottom: 1px solid @light-border-color;
|
||||
}
|
||||
|
||||
.empty-section {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
@brand-primary: #5E64FF;
|
||||
@border-color: #d1d8dd;
|
||||
@light-border-color: #EBEFF2;
|
||||
@text-color: #36414C;
|
||||
@text-muted: #8D99A6;
|
||||
@btn-bg: #F0F4F7;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue