1
0
forked from noxious/client

My 2 cents for CSS :'))

This commit is contained in:
Dennis Postma 2024-06-09 22:27:02 +02:00
parent d7e4da307a
commit 4525634bc9

View File

@ -102,6 +102,8 @@ onUnmounted(() => {
display: flex;
flex-direction: column;
border-radius: 10px;
backdrop-filter: blur(5px);
box-shadow: 0 0 10px rgba($black, 0.5);
.modal-header {
cursor: move;