Skip to content

Commit 6185097

Browse files
author
Dan Gold
committed
Adding transition styles for the navigation.
1 parent c642e8a commit 6185097

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)