Update stuff
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
"vscode": {
|
"vscode": {
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"mongodb.mongodb-vscode"
|
"mongodb.mongodb-vscode",
|
||||||
|
"ms-azuretools.vscode-docker"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"watch": ["src", "src/public", "src/views", "config"],
|
"watch": ["src", "src/public", "src/views", "config", "stylesheets"],
|
||||||
"ext": "js,json,html,ejs",
|
"ext": "js,json,css,html,ejs",
|
||||||
"exec": "node ./src/server.js"
|
"exec": "node ./src/server.js"
|
||||||
}
|
}
|
||||||
@@ -86,6 +86,7 @@ a {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 566px;
|
left: 566px;
|
||||||
top: 301px;
|
top: 301px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-mask:focus {
|
.login-mask:focus {
|
||||||
@@ -154,6 +155,7 @@ a {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 529px;
|
left: 529px;
|
||||||
top: 405px;
|
top: 405px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wrong-solution {
|
#wrong-solution {
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
document.getElementById("login-hint-map").addEventListener("mouseout", function (event) {
|
document.getElementById("login-hint-map").addEventListener("mouseout", function (event) {
|
||||||
document.getElementById("login-hint").style.visibility = "hidden";
|
document.getElementById("login-hint").style.visibility = "hidden";
|
||||||
});</script><span id="okta-plugin-message-channel-available" style="display: none;"></span>
|
});</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user