diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-26 17:38:49 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-26 17:38:49 -0500 |
commit | 591809d44a736e70c3e35d91904be189214a9373 (patch) | |
tree | 7dc859efc80b7e1b4b4f457f15d014af39833c63 /css/_comentarios.sass | |
parent | 73b6bc7ec0d2acf85cad577fba332a2113a8a923 (diff) | |
download | lidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.lz lidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.xz lidra-theme-591809d44a736e70c3e35d91904be189214a9373.zip |
ajustes css y etiqueta figure
Diffstat (limited to 'css/_comentarios.sass')
-rw-r--r-- | css/_comentarios.sass | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/css/_comentarios.sass b/css/_comentarios.sass index 7b55807..575996e 100644 --- a/css/_comentarios.sass +++ b/css/_comentarios.sass @@ -1,36 +1,36 @@ .main .comentarios - margin-top: 1.25em //20px + margin-top: 1.25em margin-bottom: 1.875em - padding: 1.25em //20px + padding: 1.25em background: #fff -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 - line-height: 1.125em //18px - margin-bottom: 1.25em //20px + line-height: 1.125em + margin-bottom: 1.25em .commentlist list-style: none .children margin-left: 2.5em list-style: none .comment-body - margin-bottom: 1.25em //20px + margin-bottom: 1.25em border-bottom: 1px solid $gris_claro - padding-bottom: 1.25em //20px + padding-bottom: 1.25em .comment-author .avatar border: thin solid $gris_claro border-radius: 100% .comment-meta - margin-bottom: 0.62em //10px - font-size: 0.875em //14px + margin-bottom: 0.62em + font-size: 0.875em .comment-form p - margin-bottom: 1.25em //20px + margin-bottom: 1.25em input[type="text"], input[type="email"] - padding: 0.62em //10px + padding: 0.62em width: 100% label width: 100% @@ -38,13 +38,13 @@ width: 100% max-width: 100% min-width: 100% - height: 100px - min-height: 100px - max-height: 300px + height: 6.25rem + min-height: 6.25rem + max-height: 18.75rem .form-submit input[type="submit"] background: $verde border-radius: 3px - padding: 0.625em 1.875em //10px 30px + padding: 0.625em 1.875em border: none color: #fff |