Remove unnecessary mixins in _buttons.scss

This commit is contained in:
rubenmoya 2017-11-20 13:08:27 +01:00
parent f649676743
commit 0208b2485b

View File

@ -160,7 +160,7 @@ Layout Component:
*/
.CDB-Button {
@include transition(background, 300ms);
transition: background, 300ms;
position: relative;
box-sizing: border-box;
padding: $baseSize $baseSize + 12;
@ -190,7 +190,7 @@ Layout Component:
}
.CDB-Button-Text {
@include transition(all 600ms);
transition: all 600ms;
}
&.is-loading {
@ -453,7 +453,7 @@ Layout Component:
}
&.is-disabled {
@include opacity(0.24);
opacity: 0.24;
&:hover {
background: transparent;