update
This commit is contained in:
parent
b8acab66a5
commit
79ecb530d2
@ -27,9 +27,6 @@
|
||||
<div class="row">
|
||||
<div class="col-12 col-lg-7">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-9 col-md-7 text-center d-block d-lg-none">
|
||||
<img src="img/01.1.png" class="img-fluid floating">
|
||||
</div>
|
||||
<div class="col-12 mb-3 text-center" data-sal="zoom-in">
|
||||
<div class="d-inline-block position-relative">
|
||||
<hr class="m-0 mb-2 opacity-100 border-top-2 text-white">
|
||||
@ -46,6 +43,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-9 col-md-7 text-center d-block d-lg-none">
|
||||
<img src="img/01.1.png" class="img-fluid floating">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -181,7 +181,7 @@
|
||||
flex: 1;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 56% auto;
|
||||
grid-template-rows: 60% auto;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
@ -230,6 +230,24 @@
|
||||
max-width: 65%;
|
||||
}
|
||||
|
||||
.grid-cierre {
|
||||
grid-template-rows: 458px auto;
|
||||
}
|
||||
|
||||
.bg-pass {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.bg-fail {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media(min-width: 1400px) {
|
||||
.m-h {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="page-sco full-height page-activity" id="inicio">
|
||||
@ -300,10 +318,14 @@
|
||||
<div class="page-sco page-activity full-height" id="cierre" style="display: none;">
|
||||
<div class="grid-cierre">
|
||||
<div class="part1-cierre h-100 d-flex flex-column justify-content-center">
|
||||
<div class="flex-fill w-100 h-100 bg-pass passed" style="display: none;"></div>
|
||||
<div class="flex-fill w-100 h-100 bg-fail failed" style="display: none;"></div>
|
||||
<div class="flex-fill w-100 h-100 bg-pass passed" style="display: none;">
|
||||
<img src="img/actividad/bannerbien.jpg" class="img-fluid w-100 d-none d-xl-block m-h">
|
||||
</div>
|
||||
<div class="flex-fill w-100 h-100 bg-fail failed" style="display: none;">
|
||||
<img src="img/actividad/bannermal.jpg" class="img-fluid w-100 d-none d-xl-block m-h">
|
||||
</div>
|
||||
</div>
|
||||
<div class="part2-cierre h-100 d-flex flex-column justify-content-center align-items-center">
|
||||
<div class="part2-cierre h-100 d-flex flex-column justify-content-center align-items-center py-2">
|
||||
<div class="container">
|
||||
<div class="row align-items-center justify-content-center pt-2">
|
||||
<div class="col-12 col-md-8">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user