style.scss 406 B

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