forked from aslan/applicant-site
Merge branch 'main' of gitea.mkgtu.ru:aslan/applicant-site
This commit is contained in:
commit
f3c98e1548
|
@ -170,14 +170,14 @@
|
|||
width: 40%;
|
||||
}
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
.scroll-1::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
transition: 0.3s;
|
||||
background-image: linear-gradient(to right, rgb(38, 159, 239), 20%, rgb(2, 142, 229));
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
.scroll-1::-webkit-scrollbar-track {
|
||||
background: #bdbdbd;
|
||||
|
||||
|
||||
|
@ -186,7 +186,7 @@
|
|||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
.scroll-1::-webkit-scrollbar-thumb {
|
||||
|
||||
height: 30px;
|
||||
width: 8px;
|
||||
|
@ -199,7 +199,7 @@
|
|||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
.scroll-1::-webkit-scrollbar-thumb:hover {
|
||||
background-image: linear-gradient(to right, rgb(38, 159, 239), 20%, rgb(2, 142, 229));
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
@ -215,23 +215,12 @@
|
|||
|
||||
<!--YaBrowser-->
|
||||
<header>
|
||||
<div class="container-fluid " style="background-image: url({{ URL::to('img/front-page/bakalavr-special/fon1_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed;">
|
||||
|
||||
|
||||
<?php $browser = $_SERVER['HTTP_USER_AGENT']; ?>
|
||||
<?php if (strstr($browser, "YaBrowser")) { ?>
|
||||
<div class=" d-none d-xl-flex justify-content-end align-items-end position-absolute float-end z-1 " style="height: 100%; bottom: 35px;" >
|
||||
<div class="container-fluid position-relative " style="background-image: url({{ URL::to('img/front-page/bakalavr-special/fon1_blok.png') }}); background-repeat: no-repeat; background-attachment: fixed;">
|
||||
<div class=" d-none d-xl-flex justify-content-end align-items-end position-absolute float-end z-1 " style="height: 100%; " >
|
||||
<div style="width: 60%">
|
||||
<img class="img-fluid float-end " src="{{ URL::to('img/front-page/bakalavr-special/professor.png') }}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<?php }else{ ?>
|
||||
<div class=" d-none d-xl-flex justify-content-end align-items-end position-absolute float-end z-1 " style="height: 100%; bottom: -10px;" >
|
||||
<div style="width: 60%">
|
||||
<img class="img-fluid float-end " src="{{ URL::to('img/front-page/bakalavr-special/professor.png') }}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
<div class="ms-0 ms-md-5 ">
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-12 d-none d-xl-flex justify-content-start align-items-center">
|
||||
|
@ -520,10 +509,10 @@
|
|||
<div class="row">
|
||||
<div class="col-6">
|
||||
<div class="display-5 col-12 mb-3 text-center text-md-start gradient-text " style=" font-weight: 700; letter-spacing: 0em; ">
|
||||
СРОКИ ПРИЕМА
|
||||
ЭКРАН ПРИЕМА
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-5 d-block d-lg-flex justify-content-end">
|
||||
<!--<div class="col-5 d-block d-lg-flex justify-content-end">
|
||||
<div class="me-2 d-flex justify-content-center align-items-center ">
|
||||
<a href="#" class="px-5 py-2 hover3 button1 " >
|
||||
<div class="gradient-text">
|
||||
|
@ -545,9 +534,9 @@
|
|||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-3 d-flex justify-content-center ">
|
||||
<div class="row w-75 h-75 ps-2" style=" overflow:auto;">
|
||||
</div> -->
|
||||
<div class="mt-3 d-flex justify-content-center scroll-1">
|
||||
<div class="row w-75 h-75 ps-2 scroll-1" style=" overflow:auto;">
|
||||
<div class="col-11 " >
|
||||
<div class="row shadow-lg mt-3 bg-white" style=" border-radius: 20px;">
|
||||
<div class="col-9 m-3">
|
||||
|
|
Loading…
Reference in New Issue