From 609fb5ae9b467ce19d8583a3609ea60bf5960763 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Fri, 19 Jun 2015 16:13:24 +0200 Subject: [PATCH] delete app.sass because it is not used at all --- app/styles/app/app.sass | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 app/styles/app/app.sass diff --git a/app/styles/app/app.sass b/app/styles/app/app.sass deleted file mode 100644 index 794b3ea4..00000000 --- a/app/styles/app/app.sass +++ /dev/null @@ -1,26 +0,0 @@ - -html, body - height: 100% - -a - color: $color-link - text-decoration: none - -ul - padding: 0 - margin: 0 - list-style-type: none - -li - padding: 0 - -.github-link - background: transparent url(/images/icons/github.svg) center right no-repeat - background-size: 12px - opacity: 1 - padding-right: 16px - - &.only-on-hover - background-image: none - &.only-on-hover:hover - background-image: url(/images/icons/github.svg)