Commit 1c55b2cd6c840576b0d7ebe351c5ab91379ff7d0

Authored by Augusto dos Anjos Almeida
1 parent b5ebf56e

Fix #244

@@ -21,4 +21,5 @@ sass/novo @@ -21,4 +21,5 @@ sass/novo
21 .bundle 21 .bundle
22 proposal_detail/ 22 proposal_detail/
23 slick-theme.css 23 slick-theme.css
24 -slick.css  
25 \ No newline at end of file 24 \ No newline at end of file
  25 +slick.css
  26 +bootstrap.css
26 \ No newline at end of file 27 \ No newline at end of file
sass/proposal_detail/_proposal-detail-base.scss
@@ -18,22 +18,20 @@ @@ -18,22 +18,20 @@
18 border-bottom: 1px solid #eeeff1; 18 border-bottom: 1px solid #eeeff1;
19 color: $color; 19 color: $color;
20 font-size: 38px; 20 font-size: 38px;
21 - font-weight: 300; 21 + font-weight: 500;
22 padding-bottom: .5em; 22 padding-bottom: .5em;
23 - text-transform: uppercase;  
24 small { 23 small {
25 display: block; 24 display: block;
26 font-size: 16px; 25 font-size: 16px;
27 - font-weight: 300;  
28 - margin-top: -.1em; 26 + font-weight: 400;
  27 + margin-top: 5px;
29 text-transform: none; 28 text-transform: none;
30 } 29 }
31 } 30 }
32 h3 { 31 h3 {
33 color: $color; 32 color: $color;
34 font-size: 28px; 33 font-size: 28px;
35 - font-weight: 300;  
36 - text-transform: uppercase; 34 + font-weight: 500;
37 .border { 35 .border {
38 border-bottom: 1px solid #eeeff1; 36 border-bottom: 1px solid #eeeff1;
39 padding-bottom: 20px; 37 padding-bottom: 20px;
@@ -41,12 +39,14 @@ @@ -41,12 +39,14 @@
41 } 39 }
42 h4 { 40 h4 {
43 font-size: 24px; 41 font-size: 24px;
  42 + font-weight: 500;
44 color: $color; 43 color: $color;
45 text-transform: none; 44 text-transform: none;
46 } 45 }
47 h5 { 46 h5 {
48 color: $color; 47 color: $color;
49 font-size: 22px; 48 font-size: 22px;
  49 + font-weight: 500;
50 margin-top: 15px; 50 margin-top: 15px;
51 } 51 }
52 img { 52 img {
@@ -112,7 +112,7 @@ @@ -112,7 +112,7 @@
112 display: block; 112 display: block;
113 padding: 1em; 113 padding: 1em;
114 text-align: center; 114 text-align: center;
115 - font-weight: 500; 115 + font-weight: 700;
116 text-decoration: none; 116 text-decoration: none;
117 // text-transform: uppercase; 117 // text-transform: uppercase;
118 .fa-reply { 118 .fa-reply {