style.scss 348 B

123456789101112131415
  1. .wantresult {
  2. flex: none;
  3. padding: 3rem;
  4. user-select: none;
  5. text-align: left;
  6. background-image: url("//dd.unicraft.org/static/branding/wantresult/header/bg.png");
  7. background-repeat: no-repeat;
  8. background-position: center;
  9. background-size: cover;
  10. &_logo {
  11. display: block;
  12. margin: 0 auto;
  13. }
  14. }