1
0
forked from noxious/client

Changed delete, added global styling

This commit is contained in:
2024-06-02 15:55:53 +02:00
parent a478a02530
commit bc7d83345f
6 changed files with 44 additions and 21 deletions

View File

@ -126,8 +126,6 @@ onUnmounted(() => {
}
&:hover {
cursor: pointer;
&::after {
content: '';
position: absolute;
@ -164,7 +162,6 @@ onUnmounted(() => {
&:hover {
background-color: rgba($lilac, 0.75);
cursor: pointer;
}
}
.modal-form {
@ -174,7 +171,6 @@ onUnmounted(() => {
flex-direction: column;
margin-bottom: 20px;
label {
font-family: Arial, sans-serif;
margin-bottom: 10px;
}
input {