Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1947,3 +1947,92 @@ footer#footer {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mentions-legales {
|
||||
margin-bottom: 50px;
|
||||
|
||||
> .gap_big_top {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.box47-3 {
|
||||
img {
|
||||
height: 700px;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
|
||||
@include respond-between(sm, md) {
|
||||
height: 450px;
|
||||
}
|
||||
|
||||
@include respond-between(xs, sm) {
|
||||
height: 450px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
height: 450px;
|
||||
}
|
||||
}
|
||||
|
||||
.text-center-box {
|
||||
position: relative;
|
||||
margin-top: 25px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
@include respond-between(xs, sm) {
|
||||
top: calc(50% - 175px);
|
||||
left: calc(50% - 250px);
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
top: calc(50% - 246px);
|
||||
left: calc(50% - 130px);
|
||||
width: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn4 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
// @extend .title;
|
||||
}
|
||||
div[class^='col-'] {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.text-center-box {
|
||||
background: #ebebeb;
|
||||
padding: 70px 80px;
|
||||
|
||||
@include respond-between(xs, sm) {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
// @extend .title;
|
||||
margin-bottom: 12px;
|
||||
text-transform: uppercase;
|
||||
color: $cGrayText;
|
||||
}
|
||||
|
||||
p {
|
||||
// @extend .text;
|
||||
color: $cGrayText;
|
||||
}
|
||||
|
||||
h2 {
|
||||
// @extend .title;
|
||||
margin-bottom: 12px;
|
||||
color: $cGrayText;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user