This commit is contained in:
wukko 2022-07-09 01:05:43 +06:00
parent 1ee024dbe5
commit ec105fb333
2 changed files with 6 additions and 5 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
node_modules
package-lock.json
.env

View file

@ -181,22 +181,20 @@ input[type="checkbox"] {
cursor: not-allowed;
}
#footer {
bottom: 0.5rem;
bottom: 0rem;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
font-size: 0.9rem;
text-align: center;
width: auto;
}
#footer-buttons {
display: block;
width: 90%;
}
.footer-button {
cursor: pointer;
color: var(--accent-unhover-2);
border: 0.15rem var(--accent-unhover-2) solid;
padding: 0.4rem 0.8rem 0.5rem;
margin-bottom: 0.5rem;
}
.footer-button:hover {
color: var(--accent);