style.scss 415 B

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