diff --git a/app/assets/stylesheets/debates.scss b/app/assets/stylesheets/debates.scss index 30330aac1..c050ff09b 100644 --- a/app/assets/stylesheets/debates.scss +++ b/app/assets/stylesheets/debates.scss @@ -760,6 +760,7 @@ .button { background: none; + margin-bottom: 0; padding: 0; } } diff --git a/app/assets/stylesheets/proposals.scss b/app/assets/stylesheets/proposals.scss index 0da187b6d..c672f46ac 100644 --- a/app/assets/stylesheets/proposals.scss +++ b/app/assets/stylesheets/proposals.scss @@ -52,28 +52,6 @@ } } - // .voted { - // .icon-like { - // @extend .icon-like; - // background: $votes-like; - // border-color: white; - // color: white; - // } - - // .icon-unlike { - // @extend .icon-unlike; - // background: $votes-unlike; - // border-color: white; - // color: white; - // } - // } - - // .no-voted { - // .icon-like, .icon-unlike { - // opacity: .5; - // } - // } - .total-supports { color: $proposals; float: right; @@ -112,7 +90,7 @@ background: $warning-bg; color: $warning-color; height: 100%; - left: 0; + left: -3px; line-height: $line-height; padding-top: rem-calc(12); position: absolute; @@ -729,6 +707,7 @@ .button { background: none; + margin-bottom: 0; padding: 0; } }