Commit 94040205adf218a082819514df7f311682e8e2f8
1 parent
bf28d55b
Exists in
master
and in
10 other branches
css merge.
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
@@ -104,5 +104,19 @@ | @@ -104,5 +104,19 @@ | ||
104 | .row { | 104 | .row { |
105 | margin-bottom: 1.5em; | 105 | margin-bottom: 1.5em; |
106 | } | 106 | } |
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 | + | ||
107 | } | 121 | } |
108 | } | 122 | } |