Commit 3dcb34e119d1274345632466e849585a8211f6a7

Authored by Leonardo Merlin
1 parent 43a3e54a

Styles fixes

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