mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
28 lines
352 B
Sass
28 lines
352 B
Sass
|
#save-version-modal
|
||
|
#cla-link
|
||
|
cursor: pointer
|
||
|
text-decoration: underline
|
||
|
|
||
|
#agreement-button
|
||
|
margin-left: 10px
|
||
|
|
||
|
|
||
|
.loading
|
||
|
text-align: center
|
||
|
|
||
|
.progress
|
||
|
margin: 0 20%
|
||
|
width: 60%
|
||
|
|
||
|
.bar
|
||
|
width: 100%
|
||
|
|
||
|
.modal textarea
|
||
|
width: 92%
|
||
|
height: 300px
|
||
|
|
||
|
.help-block
|
||
|
font-size: 0.9em
|
||
|
font-style: italic
|
||
|
|