| 123456789101112131415161718 |
- .bsi {
- text-align: center;
- position: relative;
- flex: none;
- padding: 3rem 10%;
- background-color: #0c77a0;
- background-image: url("//dd.unicraft.org/static/branding/bsi/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- &_logo {
- height: 92px;
- display: block;
- z-index: 10;
- margin: 0 2rem;
- }
- }
|