| 123456789101112131415161718 |
- .dverishop {
- background-color: #cae2d6;
- position: relative;
- flex: none;
- padding: 4rem;
- background-image: url("//dd.unicraft.org/static/branding/dverishop/header/bg.png");
- background-repeat: no-repeat;
- background-size: auto 85%;
- background-position: right 4rem center;
- &_logo {
- height: 36px;
- display: block;
- z-index: 10;
- margin: 0;
- }
- }
|