diff options
Diffstat (limited to 'frontend/src/views/Footer.scss')
-rw-r--r-- | frontend/src/views/Footer.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/frontend/src/views/Footer.scss b/frontend/src/views/Footer.scss deleted file mode 100644 index 6ec4a62..0000000 --- a/frontend/src/views/Footer.scss +++ /dev/null @@ -1,13 +0,0 @@ -@import "../colors.scss"; - -.footer { - padding: 15px 30px; - - > .row { - background-color: $color-primary-0; - } - - .footer-timeline { - height: 100px; - } -} |