Commit 0de0ac1dd1dfa8d058c7c4b5a66bf4271ede3c98
1 parent
bc4d5a62
Exists in
master
and in
8 other branches
atualização do css dos programas
Showing
2 changed files
with
2 additions
and
44 deletions
Show diff stats
src/app/index.constants.js
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | angular |
6 | 6 | .module('dialoga') |
7 | 7 | .constant('PATH', { |
8 | - host: 'http://dialoga.gov.br', | |
9 | - image: 'http://login.dialoga.gov.br' | |
8 | + host: 'http://hom.dialoga.gov.br', | |
9 | + image: 'http://hom.login.dialoga.gov.br' | |
10 | 10 | }) |
11 | 11 | .constant('API', { |
12 | 12 | token: null, | ... | ... |
src/app/layout.scss
... | ... | @@ -204,10 +204,6 @@ |
204 | 204 | padding: 30px; |
205 | 205 | } |
206 | 206 | |
207 | -.gray-block { | |
208 | - background-color: #F1F1F1; | |
209 | -} | |
210 | - | |
211 | 207 | .destaque-cinza-claro { |
212 | 208 | background-color: #F8F8F8; |
213 | 209 | padding: 30px; |
... | ... | @@ -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 | 220 | ul.list-color { |
238 | 221 | list-style: none; |
239 | 222 | padding: 0; |
... | ... | @@ -268,35 +251,10 @@ ul.list-color li { |
268 | 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 | 254 | a.link-black { |
284 | 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 | 258 | .inline-block { |
301 | 259 | display: inline-block; |
302 | 260 | } | ... | ... |