| 123456789101112131415161718192021222324252627282930 |
- .magicprofi {
- flex: none;
- padding: 2rem;
- background-color: #eeeeee;
- background-image: url("//dd.unicraft.org/static/branding/magicprofi/header/bg.png");
- background-repeat: no-repeat;
- background-position: center right;
- background-size: auto 100%;
- padding-left: 10vw;
- position: relative;
- &::after {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 10px;
- flex: none;
- background-image: url("//dd.unicraft.org/static/branding/magicprofi/header/bg_border.png");
- background-repeat: repeat-x;
- background-position: center;
- background-size: auto 100%;
- content: '';
- }
- &_logo {
- display: block;
- margin: 0;
- }
- }
|