#904 summary visual refresh

This commit is contained in:
Gerard 2018-12-10 14:22:11 +01:00
parent ad19761f0b
commit 9daa991d0f
3 changed files with 12 additions and 6 deletions

View File

@ -40,7 +40,7 @@
</vn-one> </vn-one>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-one margin-medium> <vn-one margin-medium-v>
<h5 translate>Detail</h5> <h5 translate>Detail</h5>
<vn-table model="model"> <vn-table model="model">
<vn-thead> <vn-thead>
@ -85,7 +85,7 @@
</vn-one> </vn-one>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-one margin-medium> <vn-one margin-medium-v>
<h5 translate>Development</h5> <h5 translate>Development</h5>
<vn-table model="model"> <vn-table model="model">
<vn-thead> <vn-thead>
@ -113,7 +113,7 @@
</vn-one> </vn-one>
</vn-horizontal> </vn-horizontal>
<vn-horizontal> <vn-horizontal>
<vn-one margin-medium> <vn-one margin-medium-v>
<h5 translate>Action</h5> <h5 translate>Action</h5>
<vn-table model="model"> <vn-table model="model">
<vn-thead> <vn-thead>

View File

@ -4,6 +4,8 @@ vn-dialog {
} }
} }
vn-client-summary .bold { vn-client-summary {
.bold {
font-family: vn-font-bold; font-family: vn-font-bold;
} }
}

View File

@ -1,8 +1,12 @@
@import "./colors"; @import "./colors";
.summary{ .summary{
h5 { h5:not(.title) {
padding: 7px;
background-color: $main-01-03;
border-bottom: 2px solid $main-01; border-bottom: 2px solid $main-01;
font-family: unset !important;
text-transform: uppercase;
} }
.title, p.title { .title, p.title {
border: none; border: none;