//--- CONTENT .content { font: 18px/32px $font-family-secondary; margin-bottom: 65px; } //--- CONSENT #consent-element{ top: 0; } #consent-ui { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2147483644; .consent-mask { width: 100vw; height: 100vh; opacity: 0.4; background-color: #000; } .consent-wrapper { display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .consent-content { display: flex; flex-direction: column; font: 16px/24px $font-family-secondary; color: $color-text-primary-inverted; background-color: $color-line-primary; padding: 24px 15px; width: 80vmin; min-height: 50vh; } p { margin: 0; } .title { font-size: 24px; line-height: 32px; margin-bottom: 24px; } .text { margin-bottom: auto; } .buttons { margin-top: 24px; } .btn { font-weight: 700; line-height: 18px; } .btn-secondary { border: 3px solid $color-gray3; color: $color-gray3; } .btn-secondary:hover{ background: $color-gray3; color: $color-white; } }