29 lines
340 B
SCSS
29 lines
340 B
SCSS
.ticket-full-screen {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.ticket {
|
|
border: none;
|
|
justify-content: center;
|
|
|
|
&-whith {
|
|
width: 850px !important;
|
|
}
|
|
}
|
|
|
|
// .modal-tiket__content .content {
|
|
// width: 70%;
|
|
// }
|
|
|
|
.content-tabs {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.link {
|
|
color: #252c32;
|
|
&:hover {
|
|
color: #252c32;
|
|
text-decoration: none;
|
|
}
|
|
}
|