WIP Ренейминг компонентов

This commit is contained in:
Daria Golova
2023-04-13 12:57:23 +03:00
parent 86d6c6f7b8
commit d7f8bf5daa
12 changed files with 77 additions and 133 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.form-wrapper.relative.h-fit.rounded
.form-wrapper.relative.h-fit.rounded.w-full
transition(name="medical-form", mode="out-in")
.loader.absolute.z-10.flex.items-center.justify-center.w-full.h-full.rounded(v-if="isLoadingData")
base-loader
@@ -51,10 +51,7 @@ export default {
<style lang="sass" scoped>
.form-wrapper
width: 83.2%
background-color: var(--default-white)
@media (max-width: 600px)
width: fit-content
.edit-button
color: var(--btn-blue-color)
.loader