You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

swagger.less 401B

12345678910111213141516171819202122232425262728293031
  1. html {
  2. box-sizing: border-box;
  3. overflow-y: scroll;
  4. }
  5. *,
  6. *::before,
  7. *::after {
  8. box-sizing: inherit;
  9. }
  10. body {
  11. margin: 0;
  12. background: #fff;
  13. }
  14. .swagger-back-link {
  15. color: #1f69c0;
  16. text-decoration: none;
  17. position: absolute;
  18. top: 1rem;
  19. right: 1.5rem;
  20. display: flex;
  21. align-items: center;
  22. }
  23. .swagger-back-link svg {
  24. color: inherit;
  25. fill: currentColor;
  26. margin-right: .5rem;
  27. }