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

109 lines
2.1 KiB
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2019-02-13 13:01:37 +00:00
vn-ticket-sale {
2019-02-06 10:42:22 +00:00
.header {
justify-content: space-between !important;
align-items: center;
}
2019-10-11 15:38:04 +00:00
vn-table {
img {
border-radius: 50%;
width: 50px;
height: 50px;
}
2019-10-11 15:38:04 +00:00
}
.taxes {
2020-04-02 12:20:57 +00:00
max-width: 160px;
2019-10-11 15:38:04 +00:00
border: $border-thin-light;
text-align: right;
2020-04-02 12:20:57 +00:00
padding: 8px !important;
2019-10-11 15:38:04 +00:00
& > p {
2020-04-02 13:11:42 +00:00
font-size: 1.2rem;
2020-04-02 12:20:57 +00:00
margin: 3px;
}
}
vn-dialog.edit {
2019-10-11 15:38:04 +00:00
@extend .edit-price;
2018-07-26 07:12:25 +00:00
&>div{
padding: 0!important;
}
.vn-textfield {
2018-07-26 07:12:25 +00:00
width: 100%;
}
.buttons{
margin-top: 0!important;
}
2019-02-13 13:01:37 +00:00
p {
display: none;
}
button.close > vn-icon{
color: white!important;
}
vn-ticket-sale-edit-discount > div {
padding-bottom: 0!important;
}
}
2019-10-11 15:38:04 +00:00
vn-dialog.ticket-create {
vn-button[label=Cancel] {
display: none;
2019-08-09 06:04:44 +00:00
}
2019-10-11 15:38:04 +00:00
vn-card.vn-ticket-create {
padding: 0!important;
}
2019-10-11 15:38:04 +00:00
}
}
.vn-popover .transfer {
.vn-textfield {
2019-10-11 15:38:04 +00:00
margin: 0
}
vn-horizontal {
& > vn-one:nth-child(1) {
border-right: 1px solid $color-bg;
2020-04-02 12:20:57 +00:00
padding-right: 16px;
2019-08-09 06:04:44 +00:00
}
2019-10-11 15:38:04 +00:00
& > vn-one:nth-child(2) {
2020-04-02 12:20:57 +00:00
margin-left: 16px
}
}
2019-10-11 15:38:04 +00:00
vn-table, table {
margin-bottom: 10px;
}
2018-07-17 06:44:31 +00:00
vn-table {
2019-10-11 15:38:04 +00:00
overflow-x: hidden;
overflow-y: auto;
2020-04-02 12:52:02 +00:00
max-height: 400px;
width: 480px;
}
2019-10-11 15:38:04 +00:00
table {
2020-04-02 12:52:02 +00:00
width: 400px
2019-10-11 15:38:04 +00:00
}
}
.edit-price {
min-width: 200px;
2019-02-06 10:42:22 +00:00
section.header {
2019-10-11 15:38:04 +00:00
background-color: $color-main;
color: $color-font-dark;
text-align: center;
2018-10-22 06:23:10 +00:00
2019-10-11 15:38:04 +00:00
h5 {
color: inherit;
margin: 0 auto;
2018-10-22 06:23:10 +00:00
}
}
2019-10-11 15:38:04 +00:00
p.simulatorTitle {
margin-bottom: 0;
2020-04-02 13:11:42 +00:00
font-size: .75rem;
2019-10-11 15:38:04 +00:00
color: $color-main;
}
vn-label-value {
padding-bottom: 20px;
}
div.simulator {
text-align: center;
}
}