Remove leading zeroes.
parent
250c30ea64
commit
5e5cc47428
|
@ -77,7 +77,7 @@ body {
|
||||||
#nav {
|
#nav {
|
||||||
> div {
|
> div {
|
||||||
@if $icedream-nav-bg-fade {
|
@if $icedream-nav-bg-fade {
|
||||||
transition: background 0.6s ease-in-out, color 0.6s ease-in-out, border 0.25s ease-out;
|
transition: background .6s ease-in-out, color .6s ease-in-out, border .25s ease-out;
|
||||||
}
|
}
|
||||||
@if $icedream-nav-tab-fix {
|
@if $icedream-nav-tab-fix {
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
|
|
Loading…
Reference in New Issue