app/assets/stylesheets/spina.sass in spina-0.12.0 vs app/assets/stylesheets/spina.sass in spina-1.0.0

- old
+ new

@@ -45,11 +45,11 @@ background: #f5f5fa min-width: 1024px // Primary navigation nav#primary - background: linear-gradient(#3b3f74, #7a76ad) + background: linear-gradient($primary-color-dark, $primary-color-light) height: 100% overflow: hidden position: fixed width: 300px z-index: 5 @@ -98,11 +98,11 @@ ul li.active > a opacity: 1 ul li ul - background: linear-gradient(#3b3f74, #7a76ad) + background: linear-gradient($primary-color-dark, $primary-color-light) bottom: 0 left: 80px padding-top: 20px position: absolute top: 0 @@ -130,10 +130,10 @@ position: relative ul li ul li[data-badge]:after background: rgba(255, 255, 255, .4) border-radius: 9px - color: #3b3f74 + color: $primary-color-dark content: attr(data-badge) display: block font-size: 12px font-weight: 600 height: 18px