style.scss 463 B

12345678910111213141516171819202122232425
  1. .profisdo {
  2. flex: none;
  3. padding: 0;
  4. background: #3a6ab4;
  5. background-image: url("//dd.unicraft.org/static/branding/profisdo/header/bg.png");
  6. background-repeat: no-repeat;
  7. background-position: left center;
  8. background-size: cover;
  9. display: flex;
  10. flex-direction: row;
  11. flex-wrap: nowrap;
  12. &_logo {
  13. display: block;
  14. margin: 0;
  15. flex: none;
  16. }
  17. &_text {
  18. display: block;
  19. margin: 0;
  20. flex: none;
  21. margin-left: 5vw;
  22. }
  23. }