| 12345678910111213141516171819202122232425262728293031 |
- .sptlab {
- flex: none;
- padding: 3rem;
- background: #f2f7fa;
- background-image: url("//dd.unicraft.org/static/branding/sptlab/header/bg.png");
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- position: relative;
- overflow: hidden;
- &_logo {
- display: block;
- margin: 0 auto;
- max-width: 70%;
- }
- &_img {
- display: block;
- position: absolute;
- bottom: 0;
- height: 80%;
- &--left {
- right: 85%;
- }
- &--right {
- left: 85%;
- }
- }
- }
|