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

102 lines
2.0 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;
}
vn-popover.edit {
2019-02-13 13:01:37 +00:00
div.popover {
width: 200px;
}
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;
margin: 0 auto;
}
}
2019-02-13 13:01:37 +00:00
p.simulatorTitle {
margin-bottom: 0px;
font-size: 12px;
2019-02-08 16:49:51 +00:00
color: $color-main;
}
2019-02-13 13:01:37 +00:00
vn-label-value {
padding-bottom: 20px;
}
div.simulator{
text-align: center;
}
}
vn-dialog.edit {
@extend vn-popover.edit;
2018-07-26 07:12:25 +00:00
&>div{
padding: 0!important;
}
vn-textfield {
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;
}
}
vn-ticket-sale{
tr .mdl-textfield{
width: inherit;
max-width: 100%;
}
}
vn-popover.transfer{
2018-07-17 06:44:31 +00:00
vn-table {
min-width: 650px;
margin-bottom: 10px;
}
vn-icon:nth-child(1) {
padding-top: 0.2em;
font-size: 1.7em;
}
}
vn-dialog.ticket-create{
vn-button[label=Cancel]{
display: none;
}
2019-02-22 13:34:11 +00:00
vn-card.vn-ticket-create {
padding: 0!important;
}
}
2018-07-17 06:44:31 +00:00
vn-table {
img {
2018-07-25 09:37:15 +00:00
border-radius: 50%;
2019-02-15 16:33:03 +00:00
width: 50px;
height: 50px;
}
}
2019-02-06 10:42:22 +00:00
.taxes {
max-width: 10em;
2019-02-22 13:34:11 +00:00
border: $border-thin-light;
2018-10-22 06:23:10 +00:00
text-align: right;
2019-02-06 10:42:22 +00:00
padding: .5em !important;
2018-10-22 06:23:10 +00:00
& > p {
2019-02-06 10:42:22 +00:00
font-size: 1.2em;
margin: .2em;
2018-10-22 06:23:10 +00:00
}
}
}