diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 5b6117a61..182c52863 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -832,6 +832,10 @@ .featured-proposals { background: $featured; + .proposal-featured { + min-height: $line-height*3.5; + } + .supports { @include supports; background: none; @@ -851,35 +855,27 @@ margin-top: 0; } - .not-logged, .organizations-votes { + .not-logged, + .organizations-votes, + .anonymous-votes { background: $featured; color: $warning-color; font-size: $small-font-size; - line-height: rem-calc(24); + line-height: $line-height; + padding-top: 0; a { color: $warning-color; font-weight: bold; } - } - - .anonymous-votes { - background: $featured; p { - color: $text; + color: $warning-color; font-size: $small-font-size; line-height: $line-height; } } - .organizations-votes p { - color: $text; - line-height: rem-calc(24); - padding-top: rem-calc(6); - text-align: center; - } - .supported { margin-top: 0; }