36 lines
600 B
SCSS
36 lines
600 B
SCSS
@import 'colors';
|
|
|
|
vn-dialog.modal-form {
|
|
vn-horizontal.header{
|
|
background-color: $main-01;
|
|
h5{
|
|
color: white;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
tpl-body {
|
|
width: 100%;
|
|
}
|
|
table {
|
|
width: 100%
|
|
}
|
|
&>div{
|
|
padding: 0!important;
|
|
}
|
|
vn-textfield {
|
|
width: 100%;
|
|
}
|
|
.buttons{
|
|
margin-top: 0!important;
|
|
}
|
|
|
|
p{
|
|
display: none;
|
|
}
|
|
button.close > vn-icon{
|
|
color: white!important;
|
|
}
|
|
vn-ticket-sale-edit-discount > div {
|
|
padding-bottom: 0!important;
|
|
}
|
|
} |