2018-06-06 14:54:40 +00:00
|
|
|
@import "colors";
|
|
|
|
|
|
|
|
vn-popover.edit {
|
|
|
|
& div.popover{
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
& vn-horizontal.header{
|
|
|
|
background-color: $main-01;
|
|
|
|
& h5{
|
|
|
|
color: white;
|
2018-06-28 13:17:50 +00:00
|
|
|
margin: 0 auto;
|
2018-06-06 14:54:40 +00:00
|
|
|
}
|
|
|
|
}
|
2018-06-28 13:17:50 +00:00
|
|
|
|
|
|
|
& p.simulatorTitle{
|
|
|
|
margin-bottom: 0px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: $main-01;
|
|
|
|
}
|
|
|
|
|
|
|
|
& vn-label-value{
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.simulator{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-dialog.edit {
|
|
|
|
@extend vn-popover.edit;
|
|
|
|
|
|
|
|
.buttons{
|
|
|
|
margin-top: 0!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-ticket-sale-edit-discount > div {
|
|
|
|
padding-bottom: 0!important;
|
|
|
|
}
|
2018-06-06 14:54:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
vn-ticket-sale{
|
|
|
|
& tr .mdl-textfield{
|
|
|
|
width: inherit;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-popover.transfer{
|
|
|
|
& table {
|
|
|
|
min-width: 650px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2018-06-28 13:17:50 +00:00
|
|
|
& i {
|
2018-06-06 14:54:40 +00:00
|
|
|
padding-top: 0.2em;
|
|
|
|
font-size: 1.8em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-dialog.ticket-create{
|
|
|
|
& vn-button[label=Cancel]{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
& vn-card.vn-ticket-create{
|
|
|
|
padding: 0!important;
|
|
|
|
}
|
2018-06-28 13:17:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
& vn-textfield {
|
|
|
|
max-width: 100px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-textfield {
|
|
|
|
& span.filter {
|
|
|
|
padding-top: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
color: $main-font-color
|
|
|
|
}
|
2018-06-06 14:54:40 +00:00
|
|
|
}
|