Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 10, 2024
1 parent dea28a4 commit 4945a55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/routes/(admin)/admin/edit/Editmodal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,21 @@
color: var(--text);
}
.submit:hover{
background-color: #577db2;
}
.action-cont{
display: flex;
align-items: center;
justify-content: center;
height: 35px;
width: 100%;
gap: 15px;
margin-top: 10px;
}
.action-btn {
margin: 10px;
cursor: pointer;
}
</style>
Expand Down

0 comments on commit 4945a55

Please sign in to comment.