scss/toolkit/effects/oval.scss in titon-toolkit-1.0.0 vs scss/toolkit/effects/oval.scss in titon-toolkit-1.0.1
- old
+ new
@@ -6,15 +6,15 @@
@import "../common";
//-------------------- Button --------------------//
-.button.oval { border-radius: #{$oval-x} / #{$oval-y}; }
+.#{$vendor-prefix}button.oval { border-radius: #{$oval-x} / #{$oval-y}; }
//-------------------- Pagination --------------------//
-.pagination--grouped.oval {
+.#{$vendor-prefix}pagination--grouped.oval {
ul {
border-radius: #{$oval-x} / #{$oval-y};
}
li:first-child a {
@@ -26,10 +26,10 @@
}
}
//-------------------- Visual --------------------//
-.visual-gloss.oval:after {
+.#{$vendor-prefix}visual-gloss.oval:after {
width: 90%;
left: 5.5%;
border-radius: 5rem 5rem 4rem 4rem / 1.5rem 1.5rem 1.5rem 1.5rem;
}
\ No newline at end of file