Исправила базовые кнопки
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
style="color: var(--font-grey-color); background: var(--bg-light-grey)"
|
||||
)
|
||||
img(:src="arrow")
|
||||
.button.flex
|
||||
q-btn(color="primary", dense, padding="14px", @click="createForm")
|
||||
q-icon(name="app:icon-plus", size="12px")
|
||||
.button.flex
|
||||
base-button(width="40px", @click="createForm")
|
||||
q-icon(name="app:plus", size="12px")
|
||||
.button.flex.relative.btn-sidebar(v-for="svg in patientData.arrSvg")
|
||||
q-btn(
|
||||
q-btn.blue-hover(
|
||||
v-click-outside="hideActive",
|
||||
@click="()=>clickButton(svg.name)",
|
||||
dense,
|
||||
@@ -269,10 +269,10 @@ export default {
|
||||
border-radius: 4px
|
||||
color: var(--default-white)
|
||||
|
||||
.q-btn
|
||||
transition: color 0.3s cubic-bezier(0.25,0.8,0.5,1), background-color 0.3s cubic-bezier(0.25,0.8,0.5,1)
|
||||
&:hover
|
||||
background: var(--bg-light-blue-color)
|
||||
// .q-btn .blue-hover
|
||||
// transition: color 0.3s cubic-bezier(0.25,0.8,0.5,1), background-color 0.3s cubic-bezier(0.25,0.8,0.5,1)
|
||||
// &:hover
|
||||
// background: var(--bg-light-blue-color)
|
||||
|
||||
.gradient
|
||||
width: 232px
|
||||
|
||||
Reference in New Issue
Block a user