mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
58 lines
950 B
Sass
58 lines
950 B
Sass
#level-victory-modal
|
|
.victory-banner
|
|
float: right
|
|
width: 150px
|
|
position: relative
|
|
|
|
.modal-footer
|
|
clear: both
|
|
padding-top: 15px
|
|
|
|
p.sign-up-poke
|
|
text-align: left
|
|
margin-bottom: 10px
|
|
|
|
.sign-up-button
|
|
float: right
|
|
margin-left: 10px
|
|
|
|
.next-level-button, .world-map-button
|
|
float: right
|
|
margin-left: 10px
|
|
|
|
.rating
|
|
float: left
|
|
position: relative
|
|
top: 5px
|
|
span
|
|
margin-right: 5px
|
|
i
|
|
cursor: pointer
|
|
padding: 2px
|
|
|
|
.review
|
|
margin-top: 5px
|
|
width: 100%
|
|
box-sizing: border-box
|
|
float: left
|
|
clear: both
|
|
text-align: left
|
|
textarea
|
|
width: 100%
|
|
height: 80px
|
|
box-sizing: border-box
|
|
|
|
.share-buttons
|
|
padding-top: 15px
|
|
clear: both
|
|
|
|
.modal-header
|
|
text-align: center
|
|
|
|
body.ipad #level-victory-modal
|
|
.share-buttons
|
|
display: none
|
|
|
|
.modal-body
|
|
font-size: 30px
|
|
font-family: Open Sans Condensed
|