Commit a50c5b0b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add icons for CSS mixins and variables.

parent 122c1959
Loading
Loading
Loading
Loading
+890 B (9.36 KiB)
Loading image diff...
+6 −2
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
    background: url(../images/icons.png) no-repeat 0 -40px; }
  .icon-singleton {
    background: url(../images/icons.png) no-repeat 0 -80px; }
  .icon-subclass, .icon-css_var, .icon-css_mixin {
  .icon-subclass {
    background: url(../images/icons.png) no-repeat 0 -120px; }
  .icon-component {
    background: url(../images/icons.png) no-repeat 0 -160px; }
@@ -71,7 +71,11 @@
  .icon-video {
    background: url(../images/icons.png) no-repeat 0 -400px; }
  .icon-example {
    background: url(../images/icons.png) no-repeat 0 -440px; } }
    background: url(../images/icons.png) no-repeat 0 -440px; }
  .icon-css_var {
    background: url(../images/icons.png) no-repeat 0 -480px; }
  .icon-css_mixin {
    background: url(../images/icons.png) no-repeat 0 -520px; } }

@mixin gray-h4 {
  h4 {