mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-04 12:51:12 -05:00
16 lines
264 B
Sass
16 lines
264 B
Sass
|
@import "app/styles/style-flat-variables"
|
||
|
|
||
|
#confirmation-view
|
||
|
text-align: left
|
||
|
|
||
|
.signup-info-box-wrapper
|
||
|
width: 100%
|
||
|
|
||
|
.signup-info-box
|
||
|
padding: 10px 20px
|
||
|
border: 2px dashed $burgandy
|
||
|
|
||
|
.modal-body-content
|
||
|
width: 80%
|
||
|
margin-left: 10%
|