diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 116b57ff8..ff5a2b13a 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -217,6 +217,12 @@ header { margin: 0; } + p { + color: white; + font-size: rem-calc(18); + line-height: $line-height; + } + .button { color: white; font-family: inherit; @@ -431,6 +437,11 @@ footer { .logo { @include logo; + + a { + line-height: rem-calc(36); + padding-left: 0; + } } h4 { @@ -446,6 +457,16 @@ footer { opacity: .5; } } + + .footer-description { + a { + text-decoration: underline; + + &:hover { + color: rgba(255,255,255,.6); + } + } + } } .subfooter { diff --git a/app/views/debates/new.html.erb b/app/views/debates/new.html.erb index 7987265bd..f9fe689da 100644 --- a/app/views/debates/new.html.erb +++ b/app/views/debates/new.html.erb @@ -16,6 +16,8 @@