diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-25 16:58:13 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-25 16:58:13 -0400 |
| commit | 7b5cdab7cd1931907feba8b6646eaaef37fbef7e (patch) | |
| tree | a61a754b42f9026d34301c9e104f373553a94832 /src | |
| parent | 0e21c3cdd9cbc2a60d82c4bd714cd0f5690bafd9 (diff) | |
remove dead code
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/App.scss b/src/App.scss index 1299e05d..ac4a21a1 100644 --- a/src/App.scss +++ b/src/App.scss @@ -549,23 +549,6 @@ nav { color: var(--faint, $fallback--faint); box-shadow: 0px 0px 4px rgba(0,0,0,.6); box-shadow: var(--topBarShadow); - - .back-button { - display: block; - max-width: 99px; - transition-property: opacity, max-width; - transition-duration: 300ms; - transition-timing-function: ease-out; - - i { - margin: 0 1em; - } - - &.hidden { - opacity: 0; - max-width: 5px; - } - } } .fade-enter-active, .fade-leave-active { |
