diff options
Diffstat (limited to 'app/assets/stylesheets/footer.scss')
-rw-r--r-- | app/assets/stylesheets/footer.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app/assets/stylesheets/footer.scss b/app/assets/stylesheets/footer.scss deleted file mode 100644 index 07ecb5e75..000000000 --- a/app/assets/stylesheets/footer.scss +++ /dev/null @@ -1,29 +0,0 @@ -.footer { - text-align: center; - margin-top: 30px; - font-size: 12px; - color: darken($color2, 25%); - - .domain { - font-weight: 500; - - a { - color: inherit; - text-decoration: none; - } - } - - .powered-by, .single-user-login { - font-weight: 400; - - a { - color: inherit; - text-decoration: underline; - font-weight: 500; - - &:hover { - text-decoration: none; - } - } - } -} |