Add push buttons and support inactive products

This commit is contained in:
2015-03-24 14:53:02 +01:00
parent b0bab98be8
commit e720d6b31c
22 changed files with 74 additions and 21 deletions
@@ -5,3 +5,13 @@
@mixin table-fit
width: 1px
white-space: nowrap
= button-shadow
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1)
transition-delay: 0.2s
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26)
= push-button($bg: $secondary-color, $padding: 10px)
+button($bg: $bg)
+button-shadow
padding: $padding
margin: 0
border-radius: $global-rounded