mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
23 lines
386 B
Sass
23 lines
386 B
Sass
#about-view
|
|
|
|
@import "bootstrap/variables"
|
|
|
|
.team-column
|
|
padding-left: 0
|
|
|
|
ul.thumbnails
|
|
margin-left: 40px
|
|
padding: 0
|
|
|
|
li
|
|
list-style-type: none
|
|
|
|
|
|
img.img-thumbnail
|
|
background-color: transparent
|
|
&:hover
|
|
background-color: rgba(200, 244, 255, 0.2)
|
|
float: left
|
|
width: 100px
|
|
height: 100px
|
|
margin-top: 22px
|