.ticket-full-screen { background: #f5f5f5; } .full-name { display: flex; align-items: center; span { color: #6f6f6f; font-weight: 500; font-size: 12px; line-height: 17px; display: flex; width: 120px; } } .ticket { border: none; justify-content: center; &-whith { width: 850px !important; @media (max-width: 1190px) { width: auto !important; margin: 0 !important; } } @media (max-width: 880px) { flex-direction: column !important; } &__description { display: flex; margin-top: 20px; span { display: flex; width: 120px; color: #6f6f6f; font-weight: 500; font-size: 12px; line-height: 17px; } } } .fullscreen-workers { @media (max-width: 880px) { .workers_box { @media (max-width: 880px) { flex-direction: inherit !important; align-items: center; flex-wrap: wrap; gap: 10px; padding: 10px 18px !important; .workers__creator { margin-bottom: 0 !important; display: flex; } .add-worker { margin: 0 !important; } .executor { p { max-width: none !important; } } } } .workers_box-middle { padding: 0 10px !important; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; border-bottom: none !important; .dead-line { width: 100%; } .start { margin-top: 0 !important; order: 2; } .time { margin-top: 0; order: 3; } } .workers_box-bottom { display: flex; flex-wrap: wrap; gap: 10px; padding: 10px !important; div { width: 145px; } } } @media (max-width: 450px) { .workers_box { .executor { p { max-width: 210px !important; } } } } } .comment-fullscreen { @media (max-width: 520px) { width: auto !important; } } .files-fullscreen { @media (max-width: 520px) { justify-content: space-evenly; max-height: 400px !important; } } .comments__list__item { @media (max-width: 520px) { padding: 0 !important; } } .name-fullscreen { @media (max-width: 520px) { white-space: inherit !important; } } .fullscreen-description { @media (max-width: 1190px) { white-space: inherit !important; } } .content-tabs { padding-bottom: 0; } .link { color: #252c32; &:hover { color: #252c32; text-decoration: none; } }