base.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. @font-face {
  2. font-family: 'fontello';
  3. src: url('./fonts/fontello.eot');
  4. src: url('./fonts/fontello.eot#iefix') format('embedded-opentype'),
  5. url('./fonts/fontello.woff2') format('woff2'),
  6. url('./fonts/fontello.woff') format('woff'),
  7. url('./fonts/fontello.ttf') format('truetype'),
  8. url('./fonts/fontello.svg#fontello') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700);
  13. .molstar-plugin {
  14. font-family: "Helvetica Neue", "Source Sans Pro", Helvetica, Arial, sans-serif;
  15. font-size: 14px;
  16. line-height: 1.42857143;
  17. position: absolute;
  18. left: 0;
  19. top: 0;
  20. right: 0;
  21. bottom: 0;
  22. @import 'variables';
  23. // for bootstrap
  24. $border-radius-base: 0;
  25. $border-radius-large: 0;
  26. $border-radius-small: 0;
  27. @import 'bootstrap';
  28. @import 'icons';
  29. @import 'layout';
  30. @import 'ui';
  31. @import 'logo';
  32. .molstar-plugin-content {
  33. color: $font-color;
  34. }
  35. background: $default-background;
  36. }