2019-02-06 10:24:29 +00:00
|
|
|
@import "variables";
|
2019-01-18 12:37:26 +00:00
|
|
|
|
2019-12-17 07:38:36 +00:00
|
|
|
.add-stowaway {
|
2019-10-10 06:07:11 +00:00
|
|
|
vn-data-viewer {
|
2020-04-02 12:52:02 +00:00
|
|
|
width: 640px
|
2019-10-10 06:07:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-23 11:46:45 +00:00
|
|
|
vn-dialog.modal-form {
|
2019-10-14 06:52:31 +00:00
|
|
|
section.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;
|
2019-10-14 06:52:31 +00:00
|
|
|
text-align: center;
|
2019-02-13 13:01:37 +00:00
|
|
|
|
|
|
|
h5 {
|
|
|
|
color: inherit;
|
2019-01-18 12:37:26 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
2019-02-13 13:01:37 +00:00
|
|
|
& > div {
|
|
|
|
padding: 0 !important;
|
2019-01-18 12:37:26 +00:00
|
|
|
}
|
2019-10-28 16:31:33 +00:00
|
|
|
.vn-textfield {
|
2019-01-18 12:37:26 +00:00
|
|
|
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
|
|
|
}
|
|
|
|
}
|