parent
b34ea0b94c
commit
8072bccfb1
BIN
static/img/bg.jpeg
Normal file
BIN
static/img/bg.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 803 KiB |
@ -116,6 +116,12 @@ h1 {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
min-height: 300px;
|
||||
max-width: 1900px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.main-content .bg span {
|
||||
flex: 4;
|
||||
}
|
||||
|
||||
.hub-bg {
|
||||
@ -143,6 +149,7 @@ h1 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.main-content .buttons button {
|
||||
|
@ -47,7 +47,11 @@
|
||||
</header>
|
||||
|
||||
<section class="main-content">
|
||||
{{#if (eq Role 'Дирекция')}}
|
||||
<h1>АРМ служба безопасности предприятия</h1>
|
||||
{{else}}
|
||||
<h1>Хаб услуг</h1>
|
||||
{{/if}}
|
||||
<div class="hub-bg">
|
||||
<div onclick="location.href='/account/newform'" class="hub-element">
|
||||
<div class="icon"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32">
|
||||
|
@ -12,7 +12,9 @@
|
||||
<title>Бюро пропусков</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #EEEFF5;
|
||||
/* background-color: #EEEFF5; */
|
||||
background: url(../img/bg.jpeg) no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
@ -40,9 +42,11 @@
|
||||
</header>
|
||||
|
||||
<section class="main-content">
|
||||
<h1>Авторизация пользователя</h1>
|
||||
<div class="bg">
|
||||
|
||||
<span>
|
||||
<h1>Авторизация пользователя</h1>
|
||||
<br>
|
||||
Для оформления пропусков работников организаций и их автомобилей, необходимо зарегистрировать аккаунт подрядной организации и оставить заявку в личном кабинете.
|
||||
<br><br>
|
||||
После рассмотрения вашей зявки, информация поступит вам в письме на почту.
|
||||
|
Loading…
Reference in New Issue
Block a user