0.0.170 routes

This commit is contained in:
SBD
2025-02-28 14:32:54 +03:00
parent 910ea908c3
commit cdff6c1966
2 changed files with 6 additions and 5 deletions

View File

@@ -25,9 +25,10 @@ const initialiseState = (reg) => {
} }
const showNotAllowed = (message) => { const showNotAllowed = (message) => {
const button = document.querySelector('form>button'); // const button = document.querySelector('form>button');
button.innerHTML = `${message}`; // button.innerHTML = `${message}`;
button.setAttribute('disabled', 'true'); // button.setAttribute('disabled', 'true');
console.log(message);
}; };

View File

@@ -422,7 +422,7 @@
} }
.way_progress_line{ .way_progress_line{
width: calc(100% - 10px); width: calc(100% - 10px);
margin-left: 10px; margin-left: 11px;
height: 4px; height: 4px;
position: absolute; position: absolute;
top: 2px; top: 2px;
@@ -431,7 +431,7 @@
} }
.way_progress_arrows_line{ .way_progress_arrows_line{
width: calc(100% - 10px); width: calc(100% - 10px);
margin-left: 10px; margin-left: 11px;
height: 4px; height: 4px;
position: absolute; position: absolute;
top: 2px; top: 2px;