diff options
Diffstat (limited to 'css/_comentarios.sass')
-rw-r--r-- | css/_comentarios.sass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/css/_comentarios.sass b/css/_comentarios.sass index 8249c8b..9fa86df 100644 --- a/css/_comentarios.sass +++ b/css/_comentarios.sass @@ -13,7 +13,7 @@ margin-top: 1.25em margin-bottom: 1.875em padding: 1.25em - background: #fff + background: $blanco -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3) h3 @@ -58,21 +58,26 @@ margin-bottom: 1.25em input[type="text"], input[type="email"] + background: $blanco + border: solid 1px $negro padding: 0.62em width: 100% label width: 100% textarea + background: $blanco + border: solid 1px $negro width: 100% max-width: 100% min-width: 100% height: 6.25rem min-height: 6.25rem max-height: 18.75rem + padding: 1rem .form-submit input[type="submit"] background: $verde border-radius: 3px padding: 0.625em 1.875em border: none - color: #fff + color: $blanco |