_toolbar.scss.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">$toolbar-font-size: ceil($font-size * .9) !default;
  19. $toolbar-background-color: adjust-color($base-color, $hue: -1.333deg, $saturation: -3.831%, $lightness: 4.51%) !default;
  20. $toolbar-background-gradient: color_stops(lighten($toolbar-background-color, 3), $toolbar-background-color) !default;
  21. $toolbar-inner-border-width: 1px 0px 0px !default;
  22. $toolbar-inner-border-color: lighten($toolbar-background-color, 5%) !default;
  23. //margins
  24. $toolbar-horizontal-spacing: 2px !default;
  25. $toolbar-vertical-spacing: 2px !default;
  26. $toolbar-footer-horizontal-spacing: 6px !default;
  27. $toolbar-footer-vertical-spacing: 2px !default;
  28. //border
  29. $toolbar-border-color: $panel-body-border-color !default;
  30. //spacer
  31. $toolbar-spacer-width: 2px !default;
  32. //separator
  33. $toolbar-separator-color: adjust-color($base-color, $hue: -1deg, $saturation: 100%, $lightness: -4.3%) !default;
  34. $toolbar-separator-highlight-color: #fff !default;
  35. //text
  36. $toolbar-text-font-family: $font-family !default;
  37. $toolbar-text-font-size: ceil($font-size * .9) !default; //11px
  38. $toolbar-text-font-weight: normal !default;
  39. $toolbar-text-color: mix($mix-color, #000, 30) !default;
  40. $toolbar-text-padding: 3px 4px 0 4px !default;
  41. $toolbar-text-line-height: 16px !default;</pre>
  42. </body>
  43. </html>