style.scss 365 B

12345678910111213141516
  1. .asp1с {
  2. flex: none;
  3. padding: 3rem 5rem;
  4. user-select: none;
  5. background: #e3effb;
  6. background-image: url("//dd.unicraft.org/static/branding/asp1с/header/bg.png");
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: cover;
  10. &_logo {
  11. display: block;
  12. height: 50px;
  13. margin: 0;
  14. }
  15. }