salix/modules/ticket/front/descriptor/style.scss

38 lines
663 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
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 {
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;
text-align: center;
2019-02-13 13:01:37 +00:00
h5 {
color: inherit;
margin: 0 auto;
}
}
2019-02-13 13:01:37 +00:00
& > div {
padding: 0 !important;
}
.vn-textfield {
width: 100%;
}
2019-02-13 13:01:37 +00:00
.buttons {
margin-top: 0 !important;
}
2019-02-13 13:01:37 +00:00
p {
display: none;
}
2019-02-13 13:01:37 +00:00
button.close > vn-icon {
color: white !important;
}
vn-ticket-sale-edit-discount > div {
2019-02-13 13:01:37 +00:00
padding-bottom: 0 !important;
}
}