Integrated the demand area table into the Dialog styles.sass
This commit is contained in:
parent
00770e2274
commit
b6c72a2a68
@ -25,6 +25,20 @@
|
|||||||
padding: 0 1.5rem
|
padding: 0 1.5rem
|
||||||
gap: 4rem
|
gap: 4rem
|
||||||
|
|
||||||
|
.dialog-sub
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 1rem
|
||||||
|
|
||||||
|
h2
|
||||||
|
margin: 0
|
||||||
|
|
||||||
|
hr
|
||||||
|
width: 100%
|
||||||
|
margin: 0
|
||||||
|
border: 1px solid $text
|
||||||
|
border-radius: 1rem
|
||||||
|
|
||||||
.dialog-title
|
.dialog-title
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
@ -32,17 +46,38 @@
|
|||||||
|
|
||||||
.dialog-content
|
.dialog-content
|
||||||
margin: 0 1rem
|
margin: 0 1rem
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
gap: 0.5rem
|
||||||
|
max-height: 20rem
|
||||||
|
overflow-y: scroll
|
||||||
|
overflow-x: hidden
|
||||||
|
|
||||||
|
h3
|
||||||
|
margin: 0
|
||||||
|
color: $primary
|
||||||
|
|
||||||
.dialog-item
|
.dialog-item
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
justify-content: space-between
|
justify-content: space-between
|
||||||
|
|
||||||
|
.dialog-left
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 1rem
|
||||||
|
|
||||||
|
.dialog-right
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
gap: 1rem
|
||||||
|
margin-right: 0.5rem
|
||||||
|
|
||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
input
|
input
|
||||||
width: 3rem
|
width: 5rem
|
||||||
padding: 0.5rem 0.5rem
|
padding: 0.5rem 0.5rem
|
||||||
color: $text
|
color: $text
|
||||||
font-weight: 600
|
font-weight: 600
|
||||||
@ -60,6 +95,10 @@
|
|||||||
animation: dialogFadeOut 0.3s
|
animation: dialogFadeOut 0.3s
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
.demand-area
|
||||||
|
display: flex
|
||||||
|
justify-content: right
|
||||||
|
|
||||||
@keyframes dialogFadeOut
|
@keyframes dialogFadeOut
|
||||||
from
|
from
|
||||||
transform: scale(1)
|
transform: scale(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user