aboutsummaryrefslogtreecommitdiffstats
path: root/css/_comentarios.sass
blob: 7b558070613e63263b335a1c0898182850e93cf3 (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
.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