less space in naming, timeout in lives
This commit is contained in:
parent
7264a753e8
commit
759ec95ede
@ -195,7 +195,7 @@ header img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main .name {
|
.main .name {
|
||||||
margin: 35px 145px 100px 145px;
|
margin: 35px 145px 60px 145px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 1450px;
|
max-width: 1450px;
|
||||||
@ -220,7 +220,7 @@ header img {
|
|||||||
background-color: #fcfcff;
|
background-color: #fcfcff;
|
||||||
background: repeat center url(../img/argus5.png);
|
background: repeat center url(../img/argus5.png);
|
||||||
border-top: 2px solid #f5f5fa;
|
border-top: 2px solid #f5f5fa;
|
||||||
min-height: calc(100vh - 162px - 128px);
|
min-height: calc(100vh - 162px - 92px);
|
||||||
/* height: fit-content; */
|
/* height: fit-content; */
|
||||||
padding: 0 145px 0 145px;
|
padding: 0 145px 0 145px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -574,7 +574,7 @@ header img {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 225px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.organisation .area-name {
|
.organisation .area-name {
|
||||||
@ -2523,7 +2523,7 @@ input[type="time"]:focus {
|
|||||||
/* при разрешении монитора до 1950 пикселей */
|
/* при разрешении монитора до 1950 пикселей */
|
||||||
|
|
||||||
.main .name {
|
.main .name {
|
||||||
margin: 35px 45px 100px 45px;
|
margin: 35px 45px 60px 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main nav {
|
.main nav {
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.main .bg {
|
.main .name {
|
||||||
min-height: calc(100vh - 162px - 92px) !important;
|
margin-bottom: 100px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -338,7 +338,7 @@
|
|||||||
|
|
||||||
videoElementIndex++;
|
videoElementIndex++;
|
||||||
|
|
||||||
await new Promise(resolve => setTimeout(resolve, 100));
|
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -94,7 +94,8 @@
|
|||||||
<h1>Список предупреждений</h1>
|
<h1>Список предупреждений</h1>
|
||||||
<div class="export">
|
<div class="export">
|
||||||
<img src="../img/share.svg">
|
<img src="../img/share.svg">
|
||||||
<span onclick="generatePDF();">Экспорт</span>
|
<!-- <span onclick="generatePDF();">Экспорт</span> -->
|
||||||
|
<span>Экспорт</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user