From d11c0fb1627ee26623b2eeb377e03c1041172d64 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Fri, 5 Aug 2016 18:11:19 -0300 Subject: [PATCH] =?UTF-8?q?Mudan=C3=A7as=20nas=20cores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/static/styles/app.scss | 13 +++++++------ sapl/templates/index.html | 2 ++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index 8d1c946c7..2170886a6 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -170,7 +170,7 @@ fieldset { .homeBlock { display: inline-block; position: relative; - background-color: #EBEBEB; + background-color: #F3F3F3; width: 190px; height: 260px; margin: 3px; @@ -214,6 +214,7 @@ fieldset { display: block; line-height: 13px; font-size: 80%; + color: white; } .homeIcon { @@ -222,7 +223,7 @@ fieldset { width: 105px; height: 105px; border-radius: 50%; - background: #27ae60; + background: #364347; z-index: 1; } @@ -232,7 +233,7 @@ fieldset { width: 100%; height: 100%; border-radius: 50%; - background: #27ae60; + background: #364347; top: 0; left: 0; transform: scale(0.95); @@ -260,11 +261,11 @@ fieldset { .homeFront h2 { position: absolute; - margin-top: 14px; - font-size: 20px; + margin-top: 18px; + font-size: 22px; font-weight: 700; color: #595959 !important; - width: 88%; + width: 100%; padding: 0 6%; z-index: 0; } diff --git a/sapl/templates/index.html b/sapl/templates/index.html index bec1dc747..f2ea8c18a 100644 --- a/sapl/templates/index.html +++ b/sapl/templates/index.html @@ -2,6 +2,8 @@ {% load i18n staticfiles %} {% block title%} + +