mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
28 lines
388 B
SCSS
28 lines
388 B
SCSS
.bd-team {
|
|
margin-bottom: 1.5rem;
|
|
|
|
.team-member {
|
|
line-height: 2rem;
|
|
color: #555;
|
|
}
|
|
|
|
.team-member:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.github-btn {
|
|
float: right;
|
|
width: 180px;
|
|
height: 1.25rem;
|
|
margin-top: .25rem;
|
|
border: 0;
|
|
}
|
|
|
|
img {
|
|
float: left;
|
|
width: 2rem;
|
|
margin-right: .5rem;
|
|
border-radius: .25rem;
|
|
}
|
|
}
|