diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-29 14:35:33 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-29 14:35:33 -0400 |
| commit | d10b0f598492d40b350bdc8905fb3d557c9c5349 (patch) | |
| tree | 8eb6f06d9cf43b86c76229129c9e51b25e7d6346 /public/assets | |
| parent | bc9db8c10c1a7af291f2d1c6391d370919ae3bcb (diff) | |
| parent | b62cf3de42b0d89386df5a73aa7f676458d1c5a5 (diff) | |
Merge branch 'master' of github.com:okfocus/portfolio
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/ok.css | 6 |
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; } |
