_support.scss
740 Bytes
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
.section-books-support {
margin-top: 33px;
padding-bottom: 6px;
}
.title-support {
text-align: center;
}
.support-form-col {
padding-left: 0 !important;
padding-right: 0 !important;
}
.support-form-wr {
background: #f6f6f6;
border-radius: 2px;
box-shadow: 0px 0px 12px 0px rgba(172, 171, 171, 0.6);
padding: 29px 30px 30px 30px;
margin-top: 34px;
form {
@include wfl;
}
}
.title-support-form {
font-weight: 700;
font-size: 18px;
}
.autor-support-form {
font-weight: 500;
font-size: 15px;
margin-top: 8px;
margin-bottom: 15px;
}
.price-input {
width: 158px;
margin: 0 auto;
input {
height: 53px;
text-align: center;
font-weight: 700;
font-size: 24px;
padding: 0;
}
}