forked from noxious/client
Changed delete, added global styling
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user