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

Remove gray-h4 mixin that's used only once.

parent 25481131
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -13,7 +13,12 @@
    margin: 0 0 10px 60px;
    font-size: 12px; }
  .hierarchy {
    @include gray-h4;
    h4 {
      font-family: $docs-font;
      font-size: 90%;
      padding: 11px 0 5px 0;
      text-transform: uppercase;
      color: #999999; }
    .dependency, .alternate-class-name {
      padding: 0 0 0 12px;
      margin-top: 3px; }
+0 −8
Original line number Diff line number Diff line
@@ -52,14 +52,6 @@
  .icon-component-redirect {
    background: url(../images/icons.png) no-repeat 0 -640px; } }

@mixin gray-h4 {
  h4 {
    font-family: $docs-font;
    font-size: 90%;
    padding: 11px 0 5px 0;
    text-transform: uppercase;
    color: #999999; } }

@mixin green-button {
  @include box-shadow(#b3f33d 0 1px 0 0 inset);
  color: #fff;