style.scss 486 B

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