blob: 04565ddb5d844562b290d586a1e0fabe343002e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
.main
h3
&.comment-title
font-family: $font-family-2
font-size: 1.5em
line-height: 1.5em
font-weight: normal
color: $gris_oscuro
padding-bottom: .62em
border-bottom: 4px solid $verde
margin-bottom: 1.25em
.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
&.comment-reply-title
font-family: $font-family-2
border-bottom: 2px solid $verde
padding-bottom: 0.62em
.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-respond
small
#cancel-comment-reply-link
color: $rojo_claro
&:hover
color: $rojo_oscuro
.bypostauthor
background: currentColor
padding: 0px 10px
p
color: darkgray
span
&.says
color: $verde
.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
|