@import "@/shared/ui/variables.scss"; .reset-code-form { width: 360px; display: flex; flex-direction: column; &__inputs { display: flex; flex-direction: column; gap: 32px; } &__error { font-size: 14px; font-weight: 400; line-height: 20px; color: $red-500; } &__btn { margin-top: 32px; padding: 10px 18px; height: 44px; border-radius: 8px; box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); background-color: rgb(54, 149, 216); font-size: 16px; font-weight: 700; line-height: 24px; color: #fff; } } @media screen and (max-width: 550px) { .reset-code-form { width: 100%; } }