summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAkshen2019-05-13 10:38:20 +0530
committerAkshen2019-05-13 10:38:20 +0530
commitad9988dfda741390bfda4f9cf3c1ec3dc856fe25 (patch)
tree81831db25bf1d01d0d4025a07572c69eb7cf2b0f /static
parente80fb5f7ba0c8d0237dae36777860fdfcd11ae95 (diff)
downloadFOSSEE_animations-ad9988dfda741390bfda4f9cf3c1ec3dc856fe25.tar.gz
FOSSEE_animations-ad9988dfda741390bfda4f9cf3c1ec3dc856fe25.tar.bz2
FOSSEE_animations-ad9988dfda741390bfda4f9cf3c1ec3dc856fe25.zip
Adds css changes to static
Diffstat (limited to 'static')
-rw-r--r--static/css/sticky-footer.css15
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
{