mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
36 lines
No EOL
571 B
Sass
36 lines
No EOL
571 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: 80px
|
|
height: 80px
|
|
margin: 0px 10px 22px 0px
|
|
|
|
.team_name
|
|
font-size: 20px
|
|
margin-top: 0
|
|
|
|
.team_bio
|
|
width: 150px
|
|
float: left
|
|
|
|
div
|
|
font-size: 12px
|
|
line-height: 14px
|
|
padding-bottom: 5px |