Commit c26527057ee3d655a4fd20257fe6d542fdf0a31f

Authored by Leonardo Merlin
2 parents 3cd4e9ee 3dcb34e1

Merge branch 'merlin' into staging

src/app/components/proposal-carousel/proposal-carousel.scss
... ... @@ -16,6 +16,14 @@
16 16 right: 15px;
17 17 top: 8px;
18 18  
  19 + li {
  20 + padding-left: 15px;
  21 +
  22 + &:first-child {
  23 + padding-left: 0;
  24 + }
  25 + }
  26 +
19 27 button {
20 28 border: 1px solid #fff;
21 29 border-radius: 100%;
... ...
src/app/components/proposal-stats/proposal-stats.scss
... ... @@ -7,6 +7,11 @@
7 7  
8 8 li {
9 9 margin: 0 5px;
  10 + padding-left: 15px;
  11 +
  12 + &:first-child {
  13 + padding-left: 0px;
  14 + }
10 15 }
11 16  
12 17 &-views {}
... ...
src/app/index.scss
... ... @@ -222,7 +222,7 @@ body {
222 222 .icon {
223 223 position: relative;
224 224 top: -8px;
225   - left: -8px;
  225 + left: 2px;
226 226 }
227 227 }
228 228  
... ...