You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
223 B
16 lines
223 B
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.btn-pay {
|
|
background-color: #C800Da;
|
|
border: 0;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.fa-ticket {
|
|
color: #0e1fa1;
|
|
}
|