style.scss 369 B

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