@use "sass:math"; @import "~src/styles/variables"; :host { display: flex; flex-direction: column; } .shift { display: flex; flex-direction: column; margin: 84px auto 0; padding: 32px 24px; width: 411px; bottom: 173px; background: #1B0D3D; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32); border-radius: 8px; gap: math.div($offshift-gap * 3, 2);; & &__header { display: flex; align-items: center; justify-content: space-between; } & &__header-text { font-weight: 600; font-size: 20px; line-height: 32px; margin: 0; } & &__header-cog { font-size: 18px; cursor: pointer; } & &__content { height: 100%; display: flex; flex-direction: column; gap: $offshift-gap; } & &__switch { margin: 0 auto; } & &__footer { } & &__button { display: block; width: 100%; } }