style.scss 389 B

12345678910111213141516
  1. .kupichehol {
  2. background-color: #1b2138;
  3. position: relative;
  4. flex: none;
  5. padding: 4rem 5rem;
  6. background-image: url("//dd.unicraft.org/static/branding/kupichehol/header/bg.jpg");
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: cover;
  10. &_logo {
  11. height: 48px;
  12. display: block;
  13. margin: 0 auto 0 0;
  14. }
  15. }