Commit 859336d13cdc45af980fd73223f4fb3acbae2d75
Exists in
master
and in
8 other branches
Merge branch 'rafael' into merlin
Showing
1 changed file
with
0 additions
and
42 deletions
Show diff stats
src/app/layout.scss
@@ -204,10 +204,6 @@ | @@ -204,10 +204,6 @@ | ||
204 | padding: 30px; | 204 | padding: 30px; |
205 | } | 205 | } |
206 | 206 | ||
207 | -.gray-block { | ||
208 | - background-color: #F1F1F1; | ||
209 | -} | ||
210 | - | ||
211 | .destaque-cinza-claro { | 207 | .destaque-cinza-claro { |
212 | background-color: #F8F8F8; | 208 | background-color: #F8F8F8; |
213 | padding: 30px; | 209 | padding: 30px; |
@@ -221,19 +217,6 @@ | @@ -221,19 +217,6 @@ | ||
221 | } | 217 | } |
222 | } | 218 | } |
223 | 219 | ||
224 | -// .img-responsive-100 { | ||
225 | -// width: 100%; | ||
226 | -// } | ||
227 | - | ||
228 | -// .vcenter { | ||
229 | -// display: inline-block; | ||
230 | -// vertical-align: middle; | ||
231 | -// float: none; | ||
232 | -// margin-right: -2px; | ||
233 | -// margin-left: -2px; | ||
234 | -// } | ||
235 | - | ||
236 | - | ||
237 | ul.list-color { | 220 | ul.list-color { |
238 | list-style: none; | 221 | list-style: none; |
239 | padding: 0; | 222 | padding: 0; |
@@ -268,35 +251,10 @@ ul.list-color li { | @@ -268,35 +251,10 @@ ul.list-color li { | ||
268 | float: right; | 251 | float: right; |
269 | } | 252 | } |
270 | 253 | ||
271 | -// .margin-bottom { | ||
272 | -// margin-bottom: 40px; | ||
273 | -// } | ||
274 | - | ||
275 | -// .no-space-right { | ||
276 | -// padding-right: 0px; | ||
277 | -// } | ||
278 | - | ||
279 | -// .no-space-left { | ||
280 | -// padding-left: 0px; | ||
281 | -// } | ||
282 | - | ||
283 | a.link-black { | 254 | a.link-black { |
284 | color: black; | 255 | color: black; |
285 | } | 256 | } |
286 | 257 | ||
287 | -.font-white { | ||
288 | - color: white; | ||
289 | -} | ||
290 | - | ||
291 | -// .padding-top-50{ | ||
292 | -// padding-top: 50px; | ||
293 | -// } | ||
294 | - | ||
295 | -// .padding-bottom-20{ | ||
296 | -// padding-bottom: 20px; | ||
297 | -// } | ||
298 | - | ||
299 | - | ||
300 | .inline-block { | 258 | .inline-block { |
301 | display: inline-block; | 259 | display: inline-block; |
302 | } | 260 | } |