summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-03-29 14:35:33 -0400
committerJules Laplace <jules@okfoc.us>2016-03-29 14:35:33 -0400
commitd10b0f598492d40b350bdc8905fb3d557c9c5349 (patch)
tree8eb6f06d9cf43b86c76229129c9e51b25e7d6346 /public/assets
parentbc9db8c10c1a7af291f2d1c6391d370919ae3bcb (diff)
parentb62cf3de42b0d89386df5a73aa7f676458d1c5a5 (diff)
Merge branch 'master' of github.com:okfocus/portfolio
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/ok.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 777fa86..c8b0d40 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -176,7 +176,7 @@ h3 {
background: black;
}
nav svg g g rect {
- transition:150ms all 50ms;
+ transition:150ms transform 50ms cubic-bezier(0, 0, 0, 1);
width: 100px;
}
@@ -332,6 +332,10 @@ nav span div:nth-child(2) {
padding-left: 20px;
}
+.navopen nav span div:nth-child(2) {
+ border-left: 1px solid white;
+}
+
nav span div:last-child {
float: right;
}