Upgrade bourbon to ^6.0.0 (#161)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.channels {
|
||||
margin-top: $space-medium;
|
||||
.inactive {
|
||||
@include filter(grayscale(100%));
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
.channel {
|
||||
@include flex;
|
||||
@@ -9,10 +9,10 @@
|
||||
@include margin($zero);
|
||||
@include background-white;
|
||||
@include border-light;
|
||||
@include flex-direction(column);
|
||||
flex-direction: column;
|
||||
cursor: pointer;
|
||||
border-right-color: $color-white;
|
||||
@include transition(all 0.200s ease-in);
|
||||
transition: all 0.200s ease-in;
|
||||
|
||||
&:last-child {
|
||||
@include border-light;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user