style.scss 409 B

123456789101112131415161718
  1. .dverishop {
  2. background-color: #cae2d6;
  3. position: relative;
  4. flex: none;
  5. padding: 4rem;
  6. background-image: url("//dd.unicraft.org/static/branding/dverishop/header/bg.png");
  7. background-repeat: no-repeat;
  8. background-size: auto 85%;
  9. background-position: right 4rem center;
  10. &_logo {
  11. height: 36px;
  12. display: block;
  13. z-index: 10;
  14. margin: 0;
  15. }
  16. }