styles added

This commit is contained in:
nquidox 2025-10-29 20:57:34 +03:00
parent a811644585
commit 13328aeec3

View file

@ -2,6 +2,10 @@
margin-top: 10px; margin-top: 10px;
} }
.mt-20 {
margin-top: 20px;
}
.mb-10 { .mb-10 {
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -166,3 +170,30 @@ body,
max-height: 70vh; max-height: 70vh;
object-fit: contain; object-fit: contain;
} }
.router-link-button{
color: inherit;
text-decoration: none;
}
.label-container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.label-column {
display: flex;
flex-direction: column;
}
.label-row {
display: flex;
align-items: center;
gap: 10px;
}
.label-preview {
justify-content: center;
margin-bottom: 20px;
}