diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-05 21:28:54 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-12-05 21:28:54 -0500 |
commit | 47147c524947de6eae6787d291da8a7e28a41238 (patch) | |
tree | 057211087b95deac47c4d434f80f0c23f7ddda6a | |
parent | 9b3b816d4805924982ca1919162880955aa9a732 (diff) | |
download | lidra-theme-47147c524947de6eae6787d291da8a7e28a41238.tar.lz lidra-theme-47147c524947de6eae6787d291da8a7e28a41238.tar.xz lidra-theme-47147c524947de6eae6787d291da8a7e28a41238.zip |
change indentation sass to 4 spaces
-rw-r--r-- | css/_comentarios.sass | 103 |
1 files changed, 54 insertions, 49 deletions
diff --git a/css/_comentarios.sass b/css/_comentarios.sass index 575996e..3aec22f 100644 --- a/css/_comentarios.sass +++ b/css/_comentarios.sass @@ -1,50 +1,55 @@ .main - .comentarios - margin-top: 1.25em - margin-bottom: 1.875em - 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 - margin-bottom: 1.25em - .commentlist - list-style: none - .children - margin-left: 2.5em - list-style: none - .comment-body - margin-bottom: 1.25em - border-bottom: 1px solid $gris_claro - padding-bottom: 1.25em - .comment-author - .avatar - border: thin solid $gris_claro - border-radius: 100% - .comment-meta - margin-bottom: 0.62em - font-size: 0.875em - .comment-form - p - margin-bottom: 1.25em - input[type="text"], - input[type="email"] - padding: 0.62em - width: 100% - label - width: 100% - textarea - width: 100% - max-width: 100% - min-width: 100% - 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 - border: none - color: #fff + .comentarios + margin-top: 1.25em + margin-bottom: 1.875em + 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 + margin-bottom: 1.25em + .commentlist + list-style: none + .children + margin-left: 2.5em + list-style: none + .comment-body + margin-bottom: 1.25em + border-bottom: 1px solid $gris_claro + padding-bottom: 1.25em + .comment-author + .avatar + border: thin solid $gris_claro + border-radius: 100% + .comment-meta + margin-bottom: 0.62em + font-size: 0.875em + .bypostauthor + background: currentColor + padding: 0px 10px + p + color: darkgray + .comment-form + p + margin-bottom: 1.25em + input[type="text"], + input[type="email"] + padding: 0.62em + width: 100% + label + width: 100% + textarea + width: 100% + max-width: 100% + min-width: 100% + 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 + border: none + color: #fff |