2019-06-12 06:19:02 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2018-08-30 07:19:09 +00:00
|
|
|
vn-claim-detail {
|
|
|
|
vn-textfield {
|
|
|
|
margin: 0!important;
|
|
|
|
max-width: 100px;
|
|
|
|
}
|
|
|
|
vn-dialog[vn-id=addSales] {
|
|
|
|
tpl-body {
|
|
|
|
width: 950px;
|
|
|
|
div {
|
|
|
|
div.buttons {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
vn-table{
|
|
|
|
min-width: 950px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-06-12 06:19:02 +00:00
|
|
|
vn-popover.edit {
|
|
|
|
div.popover {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
vn-horizontal.header {
|
|
|
|
background-color: $color-main;
|
|
|
|
color: $color-font-dark;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
color: inherit;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
p.simulatorTitle {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: $color-main;
|
|
|
|
}
|
|
|
|
vn-label-value {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
div.simulator{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
2018-08-30 07:19:09 +00:00
|
|
|
}
|
|
|
|
|