summaryrefslogtreecommitdiff
path: root/fossee_manim/static
diff options
context:
space:
mode:
authorAlwin18472072019-10-03 13:51:25 +0530
committerAlwin18472072019-10-03 13:51:25 +0530
commit055efb407c3b265ffbc2ed47f1f0b5d1a29b6391 (patch)
treeb8c8b3d1255dec1c68714b98c431df66b2d8e990 /fossee_manim/static
parentab16ecbb34d5b301d86a33f4d019b25de261f6cf (diff)
downloadFOSSEE_animations-055efb407c3b265ffbc2ed47f1f0b5d1a29b6391.tar.gz
FOSSEE_animations-055efb407c3b265ffbc2ed47f1f0b5d1a29b6391.tar.bz2
FOSSEE_animations-055efb407c3b265ffbc2ed47f1f0b5d1a29b6391.zip
Enable deleting test proposals by reviewer
Diffstat (limited to 'fossee_manim/static')
-rw-r--r--fossee_manim/static/css/index.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css
index 0a7895e..54bda1b 100644
--- a/fossee_manim/static/css/index.css
+++ b/fossee_manim/static/css/index.css
@@ -124,3 +124,30 @@ hr {
background-color: #ffe0b2;
border-radius: 50%;
}
+
+.footer{
+ right: 0;
+ left: 0;
+ bottom: 0;
+ padding: 1rem;
+ text-align: center;
+}
+a{
+ color:white;
+}
+
+a:hover{
+ color:white;
+ background-color: gray;
+}
+
+.navbar-toggler-icon {
+ display: inline-block;
+ width: 1.5em;
+ height: 1.5em;
+ vertical-align: middle;
+ content: "";
+ background: no-repeat center center;
+ background-size: 100% 100%;
+ background-color: white;
+} \ No newline at end of file