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

_404.scss 421 B

2 years ago
1234567891011121314151617181920212223242526
  1. #goog-fixurl ul {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. }
  6. #goog-fixurl form {
  7. margin-top: 1rem;
  8. @extend .form-inline;
  9. }
  10. #goog-fixurl .other-things {
  11. display: none;
  12. }
  13. #goog-fixurl input[type='text'] {
  14. @extend .form-control;
  15. @extend .float-md-left;
  16. margin-right: 0.5rem;
  17. }
  18. #goog-fixurl input[type='submit'] {
  19. @extend .btn;
  20. @include button-outline-variant($yarn-blue-darkest);
  21. color: white;
  22. }

js yarn包管理组件依赖分析

Contributors (1)