client brief - fil(s) upload working
This commit is contained in:
parent
769639b241
commit
6d43e3b8c7
5 changed files with 118 additions and 17 deletions
|
|
@ -17,7 +17,7 @@ const stepsComponents = {
|
|||
AddImages,
|
||||
};
|
||||
|
||||
const currentStep = ref("Intro");
|
||||
const currentStep = ref("AddImages");
|
||||
|
||||
function changeStep(stepName) {
|
||||
currentStep.value = stepName;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue