1.login
This commit is contained in:
parent
802164fd26
commit
98b4873d26
|
@ -12,6 +12,7 @@
|
||||||
--blue: #0367a6;
|
--blue: #0367a6;
|
||||||
--lightblue: #008997;
|
--lightblue: #008997;
|
||||||
|
|
||||||
|
--diyColors: #d2c7c7;
|
||||||
/* RADII */
|
/* RADII */
|
||||||
--button-radius: 0.7rem;
|
--button-radius: 0.7rem;
|
||||||
|
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: var(--white);
|
background-color: var(--diyColors);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -239,7 +240,7 @@
|
||||||
const localhostPath=curWwwPath.substring(0,pos);
|
const localhostPath=curWwwPath.substring(0,pos);
|
||||||
const projectName = pathName.substring(0, pathName.substr(1).indexOf('/') + 1);
|
const projectName = pathName.substring(0, pathName.substr(1).indexOf('/') + 1);
|
||||||
return(localhostPath+projectName);
|
return(localhostPath+projectName);
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
fistForm.addEventListener("submit", (e) => {
|
fistForm.addEventListener("submit", (e) => {
|
||||||
|
|
Loading…
Reference in New Issue