WIP Поправил валидации на инпутах и баг с обновлением формы
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template lang="pug">
|
||||
button.base-button.text-base(
|
||||
type="button"
|
||||
:disabled="disabled",
|
||||
:class="{'rounded': rounded, 'outlined': outlined, 'outlined-red': outlinedRed, 'secondary': secondary, 'confirm': confirm, 'added': added, 'added-border-none': addedBorderNone}"
|
||||
:style="{height: size + 'px', minWidth: size + 'px'}"
|
||||
@@ -80,6 +81,8 @@ export default {
|
||||
&:disabled, &[disabled]
|
||||
background-color: var(--btn-blue-color-disabled)
|
||||
border: 1px solid var(--btn-blue-color-disabled)
|
||||
&:focus
|
||||
outline: 0
|
||||
.rounded
|
||||
padding: 0
|
||||
border-radius: 50%
|
||||
|
||||
@@ -66,10 +66,12 @@ export default {
|
||||
|
||||
<style lang="sass" scoped>
|
||||
.avatar-wrapper
|
||||
width: 400px
|
||||
height: 400px
|
||||
min-width: 400px
|
||||
min-height: 400px
|
||||
border-radius: 50%
|
||||
.avatar
|
||||
min-width: 400px
|
||||
min-height: 400px
|
||||
height: 100%
|
||||
border-radius: 50%
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user