| 123456789101112131415161718 |
- .mbaconsult {
- flex: none;
- padding: 2rem 4rem;
- user-select: none;
- background-image: url("//dd.unicraft.org/static/branding/mbaconsult/header/bg.png");
- background-color: #060d1c;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- border-image: linear-gradient(to right, #48108f, #5963c3, #68c8fc) 30;
- border-width: 0 0 5px 0;
- border-style: solid;
- &_logo {
- display: block;
- margin: 0;
- }
- }
|