@import "variables"; vn-ticket-sale { .header { justify-content: space-between !important; align-items: center; } vn-popover.edit { div.popover { width: 200px; } vn-horizontal.header { background-color: $color-main; color: $color-font-dark; h5 { color: inherit; margin: 0 auto; } } p.simulatorTitle { margin-bottom: 0px; font-size: 12px; color: $color-main; } vn-label-value { padding-bottom: 20px; } div.simulator{ text-align: center; } } vn-dialog.edit { @extend vn-popover.edit; &>div{ padding: 0!important; } vn-textfield { width: 100%; } .buttons{ margin-top: 0!important; } 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{ 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; } vn-card.vn-ticket-create { padding: 0!important; } } vn-table { img { border-radius: 50%; width: 50px; height: 50px; } } .taxes { max-width: 10em; border: $border-thin-light; text-align: right; padding: .5em !important; & > p { font-size: 1.2em; margin: .2em; } } }