style.scss 490 B

123456789101112131415161718192021
  1. .fc-impuls {
  2. background-color: #121230;
  3. padding: 0;
  4. position: relative;
  5. flex: none;
  6. display: flex;
  7. justify-content: center;
  8. align-items: center;
  9. flex-wrap: wrap;
  10. background-image: url("//dd.unicraft.org/static/branding/fc-impuls/header/bg.png");
  11. background-repeat: no-repeat;
  12. background-size: auto 120%;
  13. background-position: center top;
  14. height: 13rem;
  15. &_logo {
  16. flex: none;
  17. width: auto;
  18. height: 10rem;
  19. }
  20. }