diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 0ba209acf..d0ce52fbe 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -253,7 +253,8 @@ .icon-debates, .icon-proposals, - .icon-budget { + .icon-budget, + .icon-documents { font-size: rem-calc(50); line-height: $line-height; opacity: 0.5; @@ -296,7 +297,8 @@ } } -.proposal-form { +.proposal-form, +.document-form { .recommendations li::before { color: $proposals; @@ -751,6 +753,13 @@ display: none; } +/* Ovveride proposal linea 623 */ +.document-form{ + max-width: 75rem; + margin-left: auto; + margin-right: auto; +} + .more-info { clear: both; color: $text-medium; diff --git a/app/views/documents/_documents.html.erb b/app/views/documents/_documents.html.erb index b204d9d9d..15ef3f3b9 100644 --- a/app/views/documents/_documents.html.erb +++ b/app/views/documents/_documents.html.erb @@ -1,13 +1,21 @@ <% if documents.any? %> -