_boundlist.scss.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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">//background
  19. $boundlist-background-color: #fff !default;
  20. //borders
  21. $boundlist-border-color: adjust-color($base-color, $hue: 0.58deg, $saturation: 25.146%, $lightness: -6.471%) !default;
  22. $boundlist-border-width: 1px !default;
  23. $boundlist-border-style: solid !default;
  24. $boundlist-item-padding: 2px !default;
  25. $boundlist-item-border-width: 1px !default;
  26. $boundlist-item-border-style: dotted !default;
  27. $boundlist-item-border-color: $boundlist-background-color !default;
  28. $boundlist-item-over-border-color: adjust-color($base-color, $hue: 6.952deg, $saturation: 5.848%, $lightness: -6.471%) !default;
  29. $boundlist-item-selected-border-color: darken($boundlist-item-over-border-color, 5) !default;
  30. $boundlist-item-over-background-color: adjust-color($base-color, $hue: 3.188deg, $saturation: 0.542%, $lightness: 7.843%) !default;
  31. $boundlist-item-selected-background-color: darken($boundlist-item-over-background-color, 5) !default;
  32. </pre>
  33. </body>
  34. </html>