Remove css prefixes in activation.scss

This commit is contained in:
refael iliaguyev 2017-05-05 16:34:11 +03:00
parent 3f8f7d4f87
commit dabeb87f4c
1 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@ p.woocommerce-actions,
a.button-primary {
background: #bb77ae;
border-color: #a36597;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
color: #fff;
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
@ -33,7 +32,6 @@ p.woocommerce-actions,
&:hover, &:focus, &:active {
background: #a36597;
border-color: #a36597;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
}
}
@ -50,7 +48,6 @@ p.woocommerce-actions,
position: absolute;
top: 8px;
left: 0;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
}