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 {
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;
}

2
sapl/templates/index.html

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

Loading…
Cancel
Save