Додана сторінка "Стенд"
Додане повідомлення про оновлення застосунку Оновлен Service Worker Перероблен WebSocket APІ
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#stand-schedule {
|
||||
width: 100%;
|
||||
min-height: calc(100vh - 40px - 50px);
|
||||
/* min-height: calc(100vh - 40px - 50px); */
|
||||
height: fit-content;
|
||||
margin: 0 10px 15px;
|
||||
border-radius: var(--border-radius);
|
||||
@@ -137,6 +137,9 @@
|
||||
background-color: var(--ColorThemes0);
|
||||
color: var(--ColorThemes3);
|
||||
}
|
||||
#stand-schedule>.block-day div select:disabled {
|
||||
opacity: 0.9 !important;
|
||||
}
|
||||
|
||||
#stand-schedule>.block-day div:nth-child(2n) {
|
||||
background: var(--ColorThemes0);
|
||||
@@ -145,4 +148,17 @@
|
||||
|
||||
#stand-schedule>.block-day div:nth-child(2n) select {
|
||||
background-color: var(--ColorThemes2);
|
||||
}
|
||||
|
||||
#stand-schedule> #stand-new-button{
|
||||
border-radius: 6px;
|
||||
background: var(--PrimaryColor);
|
||||
color: var(--PrimaryColorText);
|
||||
width: calc(100% - 20px);
|
||||
height: 40px;
|
||||
font-size: var(--FontSize3);
|
||||
font-weight: 400;
|
||||
margin: 10px;
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user