codecombat/app/styles/about.sass

24 lines
386 B
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
#about-view
@import "bootstrap/variables"
.team-column
padding-left: 0
ul.thumbnails
margin-left: 40px
padding: 0
li
list-style-type: none
2014-01-03 13:32:13 -05:00
2014-02-08 13:30:28 -05:00
img.img-thumbnail
background-color: transparent
&:hover
background-color: rgba(200, 244, 255, 0.2)
2014-01-03 13:32:13 -05:00
float: left
2014-02-08 13:30:28 -05:00
width: 100px
height: 100px
margin-top: 22px