// Module List + some design WIP

This commit is contained in:
Kevin Granger
2013-08-05 20:42:14 +02:00
parent 6533ee4bec
commit bdc9d77c09
9 changed files with 649 additions and 606 deletions
@@ -247,13 +247,13 @@ https://github.com/ghinda/css-toggle-switch
.prestashop-switch {
min-width: 150px;
color: #999;
color: #666;
text-align: center;
border-radius: 3px;
@include box-shadow(rgba(#48525F,0.3) 0 0 6px 1px inset)
}
.prestashop-switch input:checked + label {
color: lighten($brand-primary,10%);
color: #333;
@include text-shadow(rgba(white,0.7) 1px 1px 0);
}
.prestashop-switch .slide-button {