mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 19:06:59 -05:00
16 lines
268 B
Sass
16 lines
268 B
Sass
|
#hero-select-modal
|
||
|
.modal-dialog
|
||
|
width: auto
|
||
|
max-width: 900px
|
||
|
|
||
|
.modal-header, .modal-body:not(.secret), .modal-footer
|
||
|
display: flex
|
||
|
flex-direction: column
|
||
|
align-items: center
|
||
|
|
||
|
.modal-footer
|
||
|
margin: 30px
|
||
|
|
||
|
h4
|
||
|
max-width: 500px
|