Додані повідомлення та перепрацьована структура застосунку та api
This commit is contained in:
@@ -54,15 +54,15 @@
|
||||
}
|
||||
|
||||
#stand-info div span {
|
||||
opacity: 0.8;
|
||||
font-weight: 400;
|
||||
font-size: var(--FontSize2);
|
||||
font-weight: 500;
|
||||
font-size: var(--FontSize3);
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#stand-info div p {
|
||||
font-weight: 300;
|
||||
font-size: var(--FontSize4);
|
||||
opacity: 0.9;
|
||||
font-weight: 400;
|
||||
font-size: var(--FontSize3);
|
||||
}
|
||||
|
||||
#stand-info img {
|
||||
@@ -143,11 +143,11 @@
|
||||
}
|
||||
|
||||
#stand-schedule>.block-day h3 {
|
||||
font-size: var(--FontSize5);
|
||||
font-size: var(--FontSize6);
|
||||
font-weight: 500;
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
text-transform: capitalize;
|
||||
width: calc(100% - 20px);
|
||||
width: calc(100% - 40px);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -181,6 +181,7 @@
|
||||
|
||||
#stand-schedule>.block-day div select:disabled {
|
||||
opacity: 0.9 !important;
|
||||
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2217%2010%2038%2050%22%3E%3Cpath%20fill%3D%22%23F2BD53%22%20d%3D%22M%2036%2010%20C%2028.28%2010%2022%2016.28%2022%2024%20L%2022%2028.587891%20C%2019.069798%2029.775473%2017%2032.643974%2017%2036%20L%2017%2052%20C%2017%2056.418%2020.582%2060%2025%2060%20L%2047%2060%20C%2051.418%2060%2055%2056.418%2055%2052%20L%2055%2036%20C%2055%2032.643974%2052.930202%2029.775473%2050%2028.587891%20L%2050%2024%20C%2050%2016.28%2043.72%2010%2036%2010%20z%20M%2036%2018%20C%2039.309%2018%2042%2020.691%2042%2024%20L%2042%2028%20L%2030%2028%20L%2030%2024%20C%2030%2020.691%2032.691%2018%2036%2018%20z%22%2F%3E%3C%2Fsvg%3E);
|
||||
}
|
||||
|
||||
#stand-schedule>.block-day div:nth-child(2n) {
|
||||
|
||||
@@ -52,6 +52,9 @@ const Stand_constructor = {
|
||||
button.innerText = "Стенд додано";
|
||||
Notifier.success('Стенд створено');
|
||||
|
||||
Stand_list.list = [];
|
||||
Stand_list.loadAPI();
|
||||
|
||||
return response.json()
|
||||
} else {
|
||||
console.log('err');
|
||||
|
||||
@@ -85,6 +85,9 @@ const Stand_editor = {
|
||||
button.innerText = "Стенд відредаговано";
|
||||
Notifier.success('Стенд відредаговано');
|
||||
|
||||
Stand_list.list = [];
|
||||
Stand_list.loadAPI();
|
||||
|
||||
return response.json()
|
||||
} else {
|
||||
console.log('err');
|
||||
|
||||
Reference in New Issue
Block a user