diff --git a/assets/stylesheets/includes/fonts.css.sass b/assets/stylesheets/includes/fonts.css.sass index f9474e2..d20343e 100644 --- a/assets/stylesheets/includes/fonts.css.sass +++ b/assets/stylesheets/includes/fonts.css.sass @@ -82,6 +82,18 @@ .icon-chevron-down:before content: "\e614" +.icon-caret-down:before + content: "\e619" + +.icon-caret-up:before + content: "\e61a" + +.icon-caret-left:before + content: "\e61b" + +.icon-caret-right:before + content: "\e61c" + .icon-cog:before content: "\e615" diff --git a/assets/stylesheets/library.css.sass b/assets/stylesheets/library.css.sass index 097218a..c97fc0c 100644 --- a/assets/stylesheets/library.css.sass +++ b/assets/stylesheets/library.css.sass @@ -13,6 +13,11 @@ z-index: 1 @extend .header @include transition(top 0.35s ease-in-out) + h1 + padding: 0 4.25em + white-space: nowrap + overflow: hidden + text-overflow: ellipsis a.close position: absolute right: 10px @@ -36,6 +41,12 @@ padding: 2.5rem 0 0 li cursor: pointer + @extend .icon-caret-right + &:before + position: absolute + right: 0.5em + top: 0.75em + @extend .icon ol.songs @extend .song-list padding: 2.5rem 0 0