Updated the Dialog styles.sass

This commit is contained in:
2023-11-23 08:03:00 +01:00
parent 6da68389f0
commit 56b183fbc8

View File

@ -32,11 +32,12 @@
h2 h2
margin: 0 margin: 0
color: $primary
hr hr
width: 100% width: 100%
margin: 0 margin: 0
border: 1px solid $text border: 1px solid $primary
border-radius: 1rem border-radius: 1rem
.dialog-title .dialog-title
@ -49,7 +50,7 @@
display: flex display: flex
flex-direction: column flex-direction: column
gap: 0.5rem gap: 0.5rem
max-height: 20rem max-height: 23rem
overflow-y: scroll overflow-y: scroll
overflow-x: hidden overflow-x: hidden