mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
27 lines
367 B
SCSS
27 lines
367 B
SCSS
|
//
|
||
|
// Team members
|
||
|
//
|
||
|
|
||
|
.bd-team {
|
||
|
.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;
|
||
|
}
|
||
|
img {
|
||
|
float: left;
|
||
|
width: 2rem;
|
||
|
margin-right: .5rem;
|
||
|
border-radius: .25rem;
|
||
|
}
|
||
|
}
|