Commit c9ef3706dcfc94f2fb21b61a8636092fdf00ed03

Authored by Leandro Santos
1 parent b35a9a74

updating proposal detail

Showing 1 changed file with 8 additions and 43 deletions   Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
1 -// @import "../utilities/variables";  
2 -  
3 @each $category, $color in $categories { 1 @each $category, $color in $categories {
4 - .#{$category} .proposal-detail-base{ 2 + .#{$category} .proposal-detail-base {
5 font-family: 'Open Sans', sans-serif; 3 font-family: 'Open Sans', sans-serif;
6 font-size: 16px; 4 font-size: 16px;
7 font-weight: 300; 5 font-weight: 300;
  6 + .bloco-destaque {
  7 + background-color: $color;
  8 + }
8 h2 { 9 h2 {
9 border-bottom: 1px solid #eeeff1; 10 border-bottom: 1px solid #eeeff1;
10 color: $color; 11 color: $color;
@@ -16,7 +17,7 @@ @@ -16,7 +17,7 @@
16 display: block; 17 display: block;
17 font-size: 16px; 18 font-size: 16px;
18 font-weight: 300; 19 font-weight: 300;
19 - margin-top: -.5em; 20 + margin-top: -.1em;
20 text-transform: none; 21 text-transform: none;
21 } 22 }
22 } 23 }
@@ -55,45 +56,6 @@ @@ -55,45 +56,6 @@
55 border-bottom: none; 56 border-bottom: none;
56 } 57 }
57 } 58 }
58 - &.list-unstyled {  
59 - list-style: none;  
60 - }  
61 - }  
62 - .row {  
63 - font-size: 0;  
64 - &:after {  
65 - display: block;  
66 - height: 0px;  
67 - content: "";  
68 - clear: both;  
69 - visibility: hidden;  
70 - }  
71 - .column {  
72 - display: inline-block;  
73 - font-size: 1rem;  
74 - vertical-align: top;  
75 - width: 6.25%;  
76 - }  
77 - &[class*="two column"] {  
78 - .column {  
79 - width: 50%;  
80 - }  
81 - }  
82 - }  
83 - .slide-01 {  
84 - img {  
85 - display: block;  
86 - margin: auto;  
87 - }  
88 - }  
89 - .grafico {  
90 - img {  
91 - display: block;  
92 - margin: auto;  
93 - }  
94 - }  
95 - .slide-02 {  
96 -  
97 } 59 }
98 .go-to-proposal-button a { 60 .go-to-proposal-button a {
99 background: $color; 61 background: $color;
@@ -108,5 +70,8 @@ @@ -108,5 +70,8 @@
108 margin-right: .7em; 70 margin-right: .7em;
109 } 71 }
110 } 72 }
  73 + .row {
  74 + margin-bottom: 60px;
  75 + }
111 } 76 }
112 } 77 }