mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
41 lines
676 B
Sass
41 lines
676 B
Sass
|
@import "bootstrap/mixins"
|
||
|
@import "bootstrap/variables"
|
||
|
|
||
|
#play-view
|
||
|
.row
|
||
|
margin: 20px 0px 0px 0px
|
||
|
|
||
|
.campaign-container
|
||
|
margin-bottom: 40px
|
||
|
|
||
|
.campaign-description
|
||
|
font-style: italic
|
||
|
margin-top: -10px
|
||
|
|
||
|
a[disabled] .level
|
||
|
opacity: 0.7
|
||
|
|
||
|
.level
|
||
|
@include box-sizing(border-box)
|
||
|
border: 1px solid transparent
|
||
|
|
||
|
&:hover, &:focus
|
||
|
border: 1px solid cyan
|
||
|
background-color: rgba(128, 192, 212, 0.25)
|
||
|
|
||
|
.level-image
|
||
|
float: left
|
||
|
|
||
|
.level-info
|
||
|
float: left
|
||
|
width: 330px
|
||
|
margin-left: 20px
|
||
|
|
||
|
h3
|
||
|
margin-bottom: 0px
|
||
|
|
||
|
.level-description
|
||
|
color: black
|
||
|
text-shadow: 0 1px 0 white
|
||
|
|