style.scss 409 B

12345678910111213141516171819
  1. .robbo {
  2. background: #0baf4d;
  3. padding: 3rem 3rem 3rem 6rem;
  4. position: relative;
  5. flex: none;
  6. display: flex;
  7. flex-wrap: wrap;
  8. background-image: url("//dd.unicraft.org/static/branding/robbo/header/bg.png");
  9. background-position: right center;
  10. background-repeat: no-repeat;
  11. background-size: auto 100%;
  12. &_logo {
  13. flex: none;
  14. width: auto;
  15. height: 60px;
  16. margin: 0;
  17. }
  18. }