diff options
author | Akshen | 2019-05-13 10:40:44 +0530 |
---|---|---|
committer | GitHub | 2019-05-13 10:40:44 +0530 |
commit | f3e3763d36be7fd06697c8dd0509c9913f1fb0da (patch) | |
tree | 81831db25bf1d01d0d4025a07572c69eb7cf2b0f /static | |
parent | d38d28c0722f22e6b85c871636d6774243da396e (diff) | |
parent | ad9988dfda741390bfda4f9cf3c1ec3dc856fe25 (diff) | |
download | FOSSEE_animations-f3e3763d36be7fd06697c8dd0509c9913f1fb0da.tar.gz FOSSEE_animations-f3e3763d36be7fd06697c8dd0509c9913f1fb0da.tar.bz2 FOSSEE_animations-f3e3763d36be7fd06697c8dd0509c9913f1fb0da.zip |
Merge pull request #8 from Akshen/develop
Adds css changes to static
Diffstat (limited to 'static')
-rw-r--r-- | static/css/sticky-footer.css | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/static/css/sticky-footer.css b/static/css/sticky-footer.css index 3e7ae2b..dc94ea0 100644 --- a/static/css/sticky-footer.css +++ b/static/css/sticky-footer.css @@ -1,6 +1,6 @@ /* Navbar */ .navbar-custom { - background: linear-gradient(135deg , #3D5A50,#3D5A50 30%, #13ee81 ); + background: #3D5A50; color:black; border-radius:0; } @@ -72,19 +72,6 @@ } -/** - * Footer Styles - */ - -.footer { - position: fixed; - right: 0; - bottom: 0; - left: 0; - background-color: #efefef; - text-align: center; -} - /* video-thumbnail over image */ #play-btn { |