@import '../../styles/variables.scss'; .container { position: relative; height: 100vh; background: $bluegrey; } .closeContainer { text-align: right; padding: 20px 40px 0; span { cursor: pointer; opacity: 1; transition: 0.25s all; &:hover { opacity: 0.5; } } svg { color: $white; } }