12 lines
160 B
SCSS
12 lines
160 B
SCSS
#ticket-modal, #free-ticket-modal {
|
|
min-height: 400px;
|
|
|
|
.step {
|
|
text-align: center;
|
|
padding: 20px;
|
|
}
|
|
|
|
.info-step form button {
|
|
margin-top: 20px;
|
|
}
|
|
}
|