style.scss 324 B

123456789101112131415
  1. .bizevo {
  2. flex: none;
  3. padding: 2rem 5rem;
  4. user-select: none;
  5. background: #f6f6f6;
  6. background-image: url("//dd.unicraft.org/static/branding/bizevo/header/bg.png");
  7. background-repeat: no-repeat;
  8. background-position: left center;
  9. background-size: cover;
  10. &_logo {
  11. display: block;
  12. margin: 0;
  13. }
  14. }