Upgrade bourbon to ^6.0.0 (#161)

This commit is contained in:
Pranav Raj S
2019-10-20 13:34:19 +05:30
committed by GitHub
parent 20cfd005b9
commit dd018f3682
23 changed files with 94 additions and 90 deletions

View File

@@ -159,7 +159,7 @@
@include background-gray;
.arrow {
opacity: 1;
@include transform(translateX($space-small));
transform: translateX($space-small);
}
}
.switch {
@@ -184,8 +184,8 @@
font-size: $font-size-small;
color: $medium-gray;
opacity: .7;
@include transform(translateX(0));
@include transition(opacity 0.100s ease-in 0s, transform 0.200s ease-in 0.030s);
transform: translateX(0);
transition: opacity 0.100s ease-in 0s, transform 0.200s ease-in 0.030s;
}
}
}
@@ -199,7 +199,7 @@
width: 100%;
@include flex;
flex-direction: row;
@include justify-content(space-between);
justify-content: space-between;
@include padding($space-normal $space-large);
a {
margin-left: $space-normal;