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 {
max-width: 10em;
border: $border-thin-light;
text-align: right;
padding: .5em !important;
& > p {
font-size: 1.2em;
margin: .2em;
}
}
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;
padding-right: 1em;
2019-08-09 06:04:44 +00:00
}
2019-10-11 15:38:04 +00:00
& > vn-one:nth-child(2) {
margin-left: 1em
}
}
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;
max-height: 25em;
width: 30em;
}
2019-10-11 15:38:04 +00:00
table {
width: 25em
}
}
.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;
2019-10-11 15:38:04 +00:00
font-size: 12px;
color: $color-main;
}
vn-label-value {
padding-bottom: 20px;
}
div.simulator {
text-align: center;
}
}