diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-20 19:28:35 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-20 19:28:35 -0500 |
commit | 7f5cb4effd041e1c86aa3e4847bac78e0498389d (patch) | |
tree | 9c482cd674f48dc2a4dd9ba80dc21ffa183bfeb5 /css/_comentarios.sass | |
download | lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.lz lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.xz lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.zip |
primera versión
Diffstat (limited to 'css/_comentarios.sass')
-rw-r--r-- | css/_comentarios.sass | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/css/_comentarios.sass b/css/_comentarios.sass new file mode 100644 index 0000000..7b55807 --- /dev/null +++ b/css/_comentarios.sass @@ -0,0 +1,50 @@ +.main + .comentarios + margin-top: 1.25em //20px + margin-bottom: 1.875em + padding: 1.25em //20px + 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 + .commentlist + list-style: none + .children + margin-left: 2.5em + list-style: none + .comment-body + margin-bottom: 1.25em //20px + border-bottom: 1px solid $gris_claro + padding-bottom: 1.25em //20px + .comment-author + .avatar + border: thin solid $gris_claro + border-radius: 100% + .comment-meta + margin-bottom: 0.62em //10px + font-size: 0.875em //14px + .comment-form + p + margin-bottom: 1.25em //20px + input[type="text"], + input[type="email"] + padding: 0.62em //10px + width: 100% + label + width: 100% + textarea + width: 100% + max-width: 100% + min-width: 100% + height: 100px + min-height: 100px + max-height: 300px + .form-submit + input[type="submit"] + background: $verde + border-radius: 3px + padding: 0.625em 1.875em //10px 30px + border: none + color: #fff |