Browse Source

Mudanças nas cores

pull/523/head
Eduardo Edson Batista Cordeiro Alves 9 years ago
parent
commit
d11c0fb162
  1. 13
      sapl/static/styles/app.scss
  2. 2
      sapl/templates/index.html

13
sapl/static/styles/app.scss

@ -170,7 +170,7 @@ fieldset {
.homeBlock { .homeBlock {
display: inline-block; display: inline-block;
position: relative; position: relative;
background-color: #EBEBEB; background-color: #F3F3F3;
width: 190px; width: 190px;
height: 260px; height: 260px;
margin: 3px; margin: 3px;
@ -214,6 +214,7 @@ fieldset {
display: block; display: block;
line-height: 13px; line-height: 13px;
font-size: 80%; font-size: 80%;
color: white;
} }
.homeIcon { .homeIcon {
@ -222,7 +223,7 @@ fieldset {
width: 105px; width: 105px;
height: 105px; height: 105px;
border-radius: 50%; border-radius: 50%;
background: #27ae60; background: #364347;
z-index: 1; z-index: 1;
} }
@ -232,7 +233,7 @@ fieldset {
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 50%; border-radius: 50%;
background: #27ae60; background: #364347;
top: 0; top: 0;
left: 0; left: 0;
transform: scale(0.95); transform: scale(0.95);
@ -260,11 +261,11 @@ fieldset {
.homeFront h2 { .homeFront h2 {
position: absolute; position: absolute;
margin-top: 14px; margin-top: 18px;
font-size: 20px; font-size: 22px;
font-weight: 700; font-weight: 700;
color: #595959 !important; color: #595959 !important;
width: 88%; width: 100%;
padding: 0 6%; padding: 0 6%;
z-index: 0; z-index: 0;
} }

2
sapl/templates/index.html

@ -2,6 +2,8 @@
{% load i18n staticfiles %} {% load i18n staticfiles %}
{% block title%} {% block title%}
<head>
</head>
<br /> <br />
<div id="homeIndex"> <div id="homeIndex">
<div class="homeBlock"> <div class="homeBlock">

Loading…
Cancel
Save