style.scss 427 B

1234567891011121314151617
  1. .stroy-kotedj {
  2. flex: none;
  3. background: url("//dd.unicraft.org/static/branding/stroy-kotedj/header/bg.png") repeat;
  4. padding: 4vw 2rem 0 calc(5rem + 3vw);
  5. text-align: left;
  6. background-size: cover;
  7. background-position: center bottom;
  8. background-repeat: no-repeat;
  9. user-select: none;
  10. &_logo {
  11. height: 120px;
  12. margin: 0;
  13. display: block;
  14. background: #fff;
  15. }
  16. }