mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
5b8d66cd1c
Don't show grey border around Anya in signup modal Refactor reload handling Fix courses page updating to chosen hero
15 lines
268 B
Sass
15 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
|