Add ModalActions to Modal component
This commit is contained in:
@@ -57,6 +57,20 @@
|
||||
overflow-y: auto
|
||||
flex: 1
|
||||
|
||||
.modal-actions
|
||||
display: flex
|
||||
gap: 0.75rem
|
||||
margin-top: 1.5rem
|
||||
|
||||
&--left
|
||||
justify-content: flex-start
|
||||
|
||||
&--center
|
||||
justify-content: center
|
||||
|
||||
&--right
|
||||
justify-content: flex-end
|
||||
|
||||
@keyframes modalIn
|
||||
from
|
||||
opacity: 0
|
||||
|
Reference in New Issue
Block a user