add class input alert

This commit is contained in:
Warunee Tamkoo 2023-12-26 16:22:33 +07:00
parent 202079bb13
commit bc2d7b8ebf

View file

@ -69,30 +69,30 @@ div
$separator-color: #EDEDED !default
.bg-teal-1
background: #e0f2f1a6 !important
background: #e0f2f1a6 !important
.table_ellipsis
max-width: 200px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
max-width: 200px
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.table_ellipsis:hover
word-wrap: break-word
overflow: visible
white-space: normal
word-wrap: break-word
overflow: visible
white-space: normal
.table_ellipsis2
max-width: 25vw
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
max-width: 25vw
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
.table_ellipsis2:hover
word-wrap: break-word
overflow: visible
white-space: normal
transition: width 2s
word-wrap: break-word
overflow: visible
white-space: normal
transition: width 2s
$muti-tab: #87d4cc
.text-muti-tab
@ -100,35 +100,33 @@ $muti-tab: #87d4cc
.bg-muti-tab
background: $muti-tab !important
/* editor */
.q-editor
font-size: 1rem
line-height: 1.5rem
font-weight: 400
.q-editor h1, .q-menu h1
font-size: 1.5rem
line-height: 2rem
font-weight: 400
margin-block-start: 0em
margin-block-end: 0em
font-size: 1.5rem
line-height: 2rem
font-weight: 400
margin-block-start: 0em
margin-block-end: 0em
.q-editor h2, .q-menu h2
font-size: 1.25rem
line-height: 1.5rem
font-weight: 400
margin-block-start: 0em
margin-block-end: 0em
font-size: 1.25rem
line-height: 1.5rem
font-weight: 400
margin-block-start: 0em
margin-block-end: 0em
.q-editor h3, .q-menu h3
font-size: 1.1rem
line-height: 1.5rem
font-weight: 400
margin-block-start: 0em
margin-block-end: 0em
font-size: 1.1rem
line-height: 1.5rem
font-weight: 400
margin-block-start: 0em
margin-block-end: 0em
.q-editor p, .q-menu p
margin: 0
@ -136,4 +134,14 @@ $muti-tab: #87d4cc
/* q-tree */
.q-tree
color: #c8d3db
color: #c8d3db
.input-alert .q-field--outlined .q-field__control
border: 1px solid red !important
background-color: rgb(255, 216, 216)
.input-alert .q-field--outlined input
color: #f00 !important
.input-alert i.text-primary
color: #f00 !important