2019-02-06 10:24:29 +00:00
|
|
|
@import "variables";
|
2019-01-18 12:37:26 +00:00
|
|
|
|
2019-01-23 11:46:45 +00:00
|
|
|
vn-dialog.modal-form {
|
2019-02-13 13:01:37 +00:00
|
|
|
vn-horizontal.header {
|
2019-02-08 16:49:51 +00:00
|
|
|
background-color: $color-main;
|
2019-02-13 13:01:37 +00:00
|
|
|
color: $color-font-dark;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
color: inherit;
|
2019-01-18 12:37:26 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tpl-body {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
width: 100%
|
|
|
|
}
|
2019-02-13 13:01:37 +00:00
|
|
|
& > div {
|
|
|
|
padding: 0 !important;
|
2019-01-18 12:37:26 +00:00
|
|
|
}
|
|
|
|
vn-textfield {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-02-13 13:01:37 +00:00
|
|
|
.buttons {
|
|
|
|
margin-top: 0 !important;
|
2019-01-18 12:37:26 +00:00
|
|
|
}
|
2019-02-13 13:01:37 +00:00
|
|
|
p {
|
2019-01-18 12:37:26 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2019-02-13 13:01:37 +00:00
|
|
|
button.close > vn-icon {
|
|
|
|
color: white !important;
|
2019-01-18 12:37:26 +00:00
|
|
|
}
|
|
|
|
vn-ticket-sale-edit-discount > div {
|
2019-02-13 13:01:37 +00:00
|
|
|
padding-bottom: 0 !important;
|
2019-01-18 12:37:26 +00:00
|
|
|
}
|
|
|
|
}
|