guild_front/src/components/UI/TicketFullScreen/ticketFullScreen.scss
2023-04-20 20:10:08 +03:00

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;
}
}