0.0.170 routes
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user