diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 20:52:27 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 20:52:27 -0400 |
| commit | 73f7537fe8a0e56e532889c4cb4fd72d04639498 (patch) | |
| tree | 0e80e7af69f382de7de002e9090dbeea700c2ed0 | |
| parent | 47bc2ab4306194679b2e853f0712e553d1a51dbf (diff) | |
more slick shit
| -rw-r--r-- | public/assets/ok.css | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index a741c6d..ee7282b 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -141,7 +141,7 @@ nav span { } .index { - width:60px; + width: 60px; transition: 150ms width; transition-timing-function: cubic-bezier(0, 0, 0, 1); } @@ -150,6 +150,17 @@ nav span { width: 50vw; } +nav span div:last-child { + transition: 150ms all; +} + +.navopen nav span div:last-child { + transform: translateX(110px); + transition: 150ms all; + position: absolute; + right: 5px; +} + .index:after { content: "INDEX"; padding-right: 5px; @@ -459,15 +470,6 @@ ul li { .navopen .item { transform: translateX(90vw); } - nav span div:last-child { - transition: 150ms all; - } - .navopen nav span div:last-child { - transform: translateX(110px); - transition: 150ms all; - position: absolute; - right: 5px; - } .top { margin-top: 30px; } |
