FileMaster
Search
Toggle Dark Mode
Home
/
.
/
assets
/
scss
/
pages
Edit File: _commingsoon.scss
.form-inline { display: flex; width: 100%; align-items: center; .form-control { margin-right: 10px; } } .box-commingsoon { display: flex; width: 100%; height: 100vh; .commingsoon-left { width: 50%; padding: 100px 136px; .box-count .deals-countdown .countdown-section { border: 0px; border-right: 1px solid $color-neutral-dark; border-radius: 0px; margin-right: 35px; max-width: 75px; text-align: left; padding-top: 5px; padding-bottom: 5px; &:last-child { border-right: 0px; } } } .commingsoon-right { width: 50%; background-image: url(../imgs/page/commingsoon/banner.png); background-repeat: no-repeat; background-position: top left; background-size: cover; } } .box-logo-commingsoon { margin-bottom: 100px; } .form-newsletters { margin-top: 65px; } .box-info-commingsoon { max-width: 500px; .socials { justify-content: flex-start; margin-bottom: 30px; a { margin: 0px 24px 0px 0px; } } }
Save
Back