[tor-commits] [lego/master] Update css

hiro at torproject.org hiro at torproject.org
Mon Oct 28 15:40:17 UTC 2019


commit 146fbc11278661cd569f24aa44652fd793cc7b26
Author: hiro <hiro at torproject.org>
Date:   Mon Oct 28 16:39:58 2019 +0100

    Update css
---
 assets/static/css/eoy.css | 55 +++++++++++++++++++++++++++++++----------------
 1 file changed, 37 insertions(+), 18 deletions(-)

diff --git a/assets/static/css/eoy.css b/assets/static/css/eoy.css
index 27027ff..934f17b 100644
--- a/assets/static/css/eoy.css
+++ b/assets/static/css/eoy.css
@@ -16,19 +16,6 @@
   z-index: 100000000000000 !important;
 }
 
-.banner__containter {
-  position: fixed;
-  right: 0;
-  left: 0;
-  bottom: 0;
-  padding: 1.25rem 1.25rem 2rem;
-  width: 100%;
-  background-image: url('../images/home/png/take-back at 3x.png');
-  background-position: bottom 10% right 30%;
-  background-repeat: no-repeat;
-  background-size: contain;
-}
-
 .footer__close {
   height: 3rem;
   position: absolute;
@@ -50,23 +37,55 @@
 }
 
 .take-back-the-intern {
-  color: #2FFF00;
+  color: lime;
   font-family: League Gothic !important;
   font-style: italic;
   font-weight: 400 !important;
   text-align: left;
+  width: 40%;
+  line-height: 4rem !important;
+  right: 8px;
+  position: relative;
+}
+
+.rectangle {
+    border: 3px solid blueviolet !important;
+    color: white !important;
+    border-radius: 0 !important;
+    font-family: League Gothic;
+    font-size: 2rem !important;
+    padding: 0 20px !important;
+}
+
+.rectangle:hover{
+    text-decoration: none;
+    color: white;
+    background: blueviolet;
 }
 
 .give-today-and-mozi {
-  color: #FFFFFF;
+  color: white;
   font-family: Source Code Pro;
   font-weight: 400;
   text-align: left;
+  font-size: 16px;
+  margin-bottom: 0;
+  line-height: 4em;
 }
 
-.rectangle {
-  border: 3px solid #8A2BE2 !important;
-  color: #FFFFFF !important;
+.banner__containter {
+
+    position: fixed;
+    right: 0;
+    left: 0;
+    bottom: 0;
+    padding: 1.25rem 1.25rem 2rem;
+    width: 100%;
+    background-image: url('../images/home/png/take-back at 3x.png');
+    background-position: bottom 10% right 45%;
+    background-repeat: no-repeat;
+    background-size: contain;
+
 }
 
 .eoy-sr-only {



More information about the tor-commits mailing list