Fixed ZeroUnit issue (#99)
This commit is contained in:
committed by
Pranav Raj S
parent
94debaf68b
commit
f2544816d4
@@ -184,7 +184,7 @@
|
||||
font-size: $font-size-small;
|
||||
color: $medium-gray;
|
||||
opacity: .7;
|
||||
@include transform(translateX(0px));
|
||||
@include transform(translateX(0));
|
||||
@include transition(opacity 0.100s ease-in 0s, transform 0.200s ease-in 0.030s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user