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

122 lines
2.4 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{
2019-08-09 06:04:44 +00:00
vn-textfield {
margin: 0
}
vn-horizontal {
& > vn-one:nth-child(1){
border-right: 1px solid $color-bg;
padding-right: 1em;
}
& > vn-one:nth-child(2){
margin-left: 1em
}
}
vn-table, table {
2019-09-04 12:08:08 +00:00
margin-bottom: 10px
}
2019-08-09 06:04:44 +00:00
vn-table {
2019-09-04 12:37:29 +00:00
overflow-x: hidden;
2019-09-04 12:08:08 +00:00
overflow-y: auto;
max-height: 25em;
2019-09-04 12:37:29 +00:00
width: 30em;
2019-08-09 06:04:44 +00:00
}
table {
width: 25em
}
}
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
}
}
}