Commit 05b7f9289109783835abec399c872544af20cd62

Authored by Augusto dos Anjos Almeida
1 parent 94040205

Link color added.

Showing 1 changed file with 12 additions and 14 deletions   Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
@@ -3,6 +3,9 @@ @@ -3,6 +3,9 @@
3 font-family: 'Open Sans', sans-serif; 3 font-family: 'Open Sans', sans-serif;
4 font-size: 16px; 4 font-size: 16px;
5 font-weight: 300; 5 font-weight: 300;
  6 + .proposal-detail-base a {
  7 + color: $color;
  8 + }
6 .bloco-destaque { 9 .bloco-destaque {
7 background-color: $color; 10 background-color: $color;
8 } 11 }
@@ -29,12 +32,21 @@ @@ -29,12 +32,21 @@
29 font-size: 28px; 32 font-size: 28px;
30 font-weight: 300; 33 font-weight: 300;
31 text-transform: uppercase; 34 text-transform: uppercase;
  35 + .border {
  36 + border-bottom: 1px solid #eeeff1;
  37 + padding-bottom: 20px;
  38 + }
32 } 39 }
33 h4 { 40 h4 {
34 font-size: 24px; 41 font-size: 24px;
35 color: $color; 42 color: $color;
36 text-transform: none; 43 text-transform: none;
37 } 44 }
  45 + h5 {
  46 + color: $color;
  47 + font-size: 22px;
  48 + margin-top: 15px;
  49 + }
38 img { 50 img {
39 &.pull-left { 51 &.pull-left {
40 margin-right: 20px; 52 margin-right: 20px;
@@ -104,19 +116,5 @@ @@ -104,19 +116,5 @@
104 .row { 116 .row {
105 margin-bottom: 1.5em; 117 margin-bottom: 1.5em;
106 } 118 }
107 -  
108 - /* --- alteracoes genericas - Leticia */  
109 - h5 {  
110 - color: #36424d;  
111 - font-size: 22px;  
112 - font-family: 'Open Sans Semibold', 'Open Sans';  
113 - margin-top: 15px;  
114 - }  
115 -  
116 - h3.border{  
117 - border-bottom: 1px solid #eeeff1;  
118 - padding-bottom: 20px;  
119 - }  
120 -  
121 } 119 }
122 } 120 }