codecombat/app/styles/play/modal/buy-gems-modal.sass
2014-12-02 20:01:53 -08:00

52 lines
846 B
Sass

#buy-gems-modal
//- Clear modal defaults
.modal-dialog
margin: 100px auto 0 auto
padding: 0
width: 820px
height: 460px
background: none
//- Background
#buy-gems-background
position: absolute
top: -157px
left: -2px
//- Products
#products
position: absolute
left: 55px
top: 242px
width: 720px
height: 140px
.product
width: 228px
overflow: none
float: left
text-align: center
margin-right: 12px
h4
font-size: 20px
color: rgb(22,16,5)
h3
margin-top: 10px
text-transform: uppercase
color: rgb(22,16,5)
button
width: 80%
//- Errors
.alert
position: absolute
left: 10%
width: 80%
top: 20px
border: 5px solid gray