Додан моніторінг застосунку
Додани веб компоненти карточок територій та повідомлень
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
margin: 0;
|
||||
font-weight: 400;
|
||||
outline: none;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
*:disabled {
|
||||
@@ -419,76 +420,6 @@ body.modal-open {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Уведомление и кнопка обновления приложения */
|
||||
#update_banner {
|
||||
height: 55px;
|
||||
transition: .3s ease;
|
||||
}
|
||||
|
||||
#update_banner .content {
|
||||
margin: 0 auto;
|
||||
max-width: 340px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#update_banner .headline {
|
||||
font-weight: 800;
|
||||
font-size: var(--FontSize4);
|
||||
color: var(--PrimaryColorText);
|
||||
font-family: 'Roboto', sans-serif;
|
||||
margin-bottom: 5px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#update_banner .subhead {
|
||||
font-size: var(--FontSize2);
|
||||
text-align: center;
|
||||
color: var(--PrimaryColorText);
|
||||
font-family: 'Roboto', sans-serif;
|
||||
}
|
||||
|
||||
#update_banner[data-state="noupdate"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#update_banner[data-state="updateavailable"] {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
background-color: var(--PrimaryColor);
|
||||
color: var(--PrimaryColorText);
|
||||
transition: .3s ease;
|
||||
opacity: 0.95;
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
width: 350px;
|
||||
margin: 10px;
|
||||
padding: 5px;
|
||||
border-radius: var(--border-radius);
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#update_banner_icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#update_banner_icon svg {
|
||||
padding: 0px 50px;
|
||||
width: 25px;
|
||||
margin: -4px;
|
||||
fill: var(--PrimaryColorText);
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
#update_banner[data-state="updateavailable"] {
|
||||
width: calc(100% - 30px);
|
||||
}
|
||||
}
|
||||
|
||||
/* Стили для меню */
|
||||
#navigation {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user