WIP Ренейминг компонентов
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user