1
0
forked from noxious/client

asset mngr stuff

This commit is contained in:
2024-06-29 22:39:22 +02:00
parent 2313a0faea
commit 270b14d8e5
22 changed files with 316 additions and 261 deletions

View File

@ -26,7 +26,7 @@
background-color: rgba($white, 0.85);
border: 2px solid $white;
color: $gray-2;
background-image: url("/assets/icons/submit-icon.svg");
background-image: url('/assets/icons/submit-icon.svg');
background-repeat: no-repeat;
background-size: 30px;
background-position: calc(100% - 25px) center;
@ -37,7 +37,6 @@
left: 500px;
width: 30px;
height: 30px;
}
}
}