"templates/system/page--front.html.twig" did not exist on "706f6189f68749bcac0d60bc250ab1afad3996cc"
Newer
Older
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
79
80
81
82
83
84
85
86
87
88
.sumate-bloque{
margin-bottom: 50px;
.row{
.inner{
padding: 50px;
border: 1px solid $claro;
margin-top: 125px;
border-radius: 10px;
&:hover{
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
img{
width: 350px;
margin: 0 auto;
margin-top: -225px;
user-select: none;
}
h2{
margin-top: 0px;
}
@media (min-width: 992px) {
.btn{
width: 100%;
}
}
}
}
@media (max-width: 992px) {
.row .inner {
margin-top: 0;
margin-left: 50px;
padding-left: 100px;
img{
position: absolute;
width: 200px;
margin: auto;
left: -35px;
}
}
.row .col-md-6:not(first-child){
margin-top: 20px;
}
}
@media (min-width: 992px) {
.row{
display: flex;
.col-md-6{
display: flex;
.inner{
display: flex;
flex-direction: column;
p{
flex-grow: 1;
}
.btn{
align-self: flex-end;
}
}
}
}
}
}
.webform-confirmation__message{
text-align: center;
p{
margin-bottom: 10px;
}
img{
width: 300px;
margin-top: -50px;
margin-bottom: -30px;
}
.btn{
margin-top: 20px;
}
}
.webform-svg{
background-color: red;
}