client brief - fil(s) upload working

This commit is contained in:
isUnknown 2024-09-27 15:47:44 +02:00
parent 769639b241
commit 6d43e3b8c7
5 changed files with 118 additions and 17 deletions

View file

@ -17,7 +17,7 @@ const stepsComponents = {
AddImages,
};
const currentStep = ref("Intro");
const currentStep = ref("AddImages");
function changeStep(stepName) {
currentStep.value = stepName;

View file

@ -185,10 +185,6 @@ function setStepStatus(stepName) {
right: calc(-0.75rem);
}
button[data-icon="upload"] {
padding: 6.875rem 4.875rem;
}
/* Masonry */
.masonry > * {
margin-bottom: var(--space-16);