wip: Sql task error

This commit is contained in:
2025-01-26 22:34:47 +03:00
committed by Sweetbread
parent 312dfccd79
commit fff4031edb
3 changed files with 49 additions and 6 deletions
+14
View File
@@ -225,6 +225,20 @@
transform: translate(0, 0.2em);
}
#error {
bottom: 1.5%;
right: 10%;
position: absolute;
background-color: red;
}
#success {
bottom: 1.5%;
right: 10%;
position: absolute;
background-color: green;
}
body {
background-image: url(/static/imgs/bg.gif);
width: 100vw;