2014-01-03 13:32:13 -05:00
|
|
|
#about-view
|
|
|
|
|
|
|
|
@import "bootstrap/variables"
|
|
|
|
|
|
|
|
.team-column
|
2014-01-23 21:49:29 -05:00
|
|
|
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-09-04 19:59:46 -04:00
|
|
|
width: 80px
|
|
|
|
height: 80px
|
|
|
|
margin: 0px 10px 22px 0px
|
|
|
|
|
|
|
|
.team_name
|
2016-01-08 13:25:21 -05:00
|
|
|
font-size: 20px
|
2014-09-04 19:59:46 -04:00
|
|
|
margin-top: 0
|
|
|
|
|
|
|
|
.team_bio
|
|
|
|
width: 150px
|
2016-01-08 13:25:21 -05:00
|
|
|
float: left
|
|
|
|
|
|
|
|
div
|
|
|
|
font-size: 12px
|
|
|
|
line-height: 14px
|
|
|
|
padding-bottom: 5px
|