Commit 7f0257455f9a6126af39132e7825962793b07ad0
1 parent
d9838746
Exists in
master
and in
5 other branches
Add themed icons - login and proposal-sent. (fix #306)
Showing
11 changed files
with
21 additions
and
6 deletions
Show diff stats
4.29 KB
4.4 KB
4.33 KB
3.86 KB
images/icons/icon-login-success.png
3.2 KB
3.53 KB
3.63 KB
3.53 KB
3.15 KB
images/icons/icon-proposal-sent.png
2.89 KB
sass/style.sass
@@ -317,16 +317,31 @@ textarea | @@ -317,16 +317,31 @@ textarea | ||
317 | width: 71px | 317 | width: 71px |
318 | background: url(images/icons/icon-user-created.png) no-repeat 50% 50% | 318 | background: url(images/icons/icon-user-created.png) no-repeat 50% 50% |
319 | border-radius: 0 | 319 | border-radius: 0 |
320 | - &-login-success | ||
321 | - height: 71px | ||
322 | - width: 71px | ||
323 | - background: url(images/icons/icon-login-success.png) no-repeat 50% 50% | ||
324 | - border-radius: 0 | 320 | + &-login-success, |
325 | &-proposal-sent | 321 | &-proposal-sent |
326 | height: 71px | 322 | height: 71px |
327 | width: 71px | 323 | width: 71px |
328 | - background: url(images/icons/icon-proposal-sent.png) no-repeat 50% 50% | 324 | + background-repeat: no-repeat |
325 | + background-position: 50% 50% | ||
329 | border-radius: 0 | 326 | border-radius: 0 |
327 | + &-login-success | ||
328 | + .saude & | ||
329 | + background-image: url(images/icons/icon-login-success-blue.png) | ||
330 | + .seguranca-publica & | ||
331 | + background-image: url(images/icons/icon-login-success-red.png) | ||
332 | + .educacao & | ||
333 | + background-image: url(images/icons/icon-login-success-yellow.png) | ||
334 | + .reducao-da-pobreza & | ||
335 | + background-image: url(images/icons/icon-login-success-green.png) | ||
336 | + &-proposal-sent | ||
337 | + .saude & | ||
338 | + background-image: url(images/icons/icon-proposal-sent-blue.png) | ||
339 | + .seguranca-publica & | ||
340 | + background-image: url(images/icons/icon-proposal-sent-red.png) | ||
341 | + .educacao & | ||
342 | + background-image: url(images/icons/icon-proposal-sent-yellow.png) | ||
343 | + .reducao-da-pobreza & | ||
344 | + background-image: url(images/icons/icon-proposal-sent-green.png) | ||
330 | 345 | ||
331 | 346 | ||
332 | // ------------------------------------ | 347 | // ------------------------------------ |