Buttons sprint closed colors broken

stable
Xavier Julián 2014-08-08 15:12:30 +02:00
parent 1133758e60
commit a43880dc8f
1 changed files with 1 additions and 1 deletions

View File

@ -233,6 +233,6 @@
@include slide(1000px, overflow-y); @include slide(1000px, overflow-y);
} }
.button-gray { .button-gray {
background: $very-light-gray; background: $gray-light;
} }
} }