Skip to content

Commit 582d0b9

Browse files
authored
Merge pull request y7kim#48 from danielcgold/gh-pages
Adding transition styles for the navigation. Thanks @danielcgold, @JHabdas
2 parents c642e8a + 6185097 commit 582d0b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/css/agency.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ fieldset[disabled] .btn-xl.active {
211211
font-weight: 400;
212212
letter-spacing: 1px;
213213
color: #fff;
214+
-webkit-transition: all ease .35s;
215+
-moz-transition: all ease .35s;
216+
transition: all ease .35s;
214217
}
215218

216219
.navbar-default .nav li a:hover,
@@ -861,4 +864,4 @@ img::-moz-selection {
861864

862865
body {
863866
webkit-tap-highlight-color: #{{ site.data.template.color.primary }};
864-
}
867+
}

0 commit comments

Comments
 (0)