mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
31 lines
508 B
SCSS
31 lines
508 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
.bd-team {
|
|
margin-bottom: 1.5rem;
|
|
|
|
.team-member {
|
|
line-height: 2rem;
|
|
color: #555;
|
|
}
|
|
|
|
.team-member:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.github-btn {
|
|
border: none;
|
|
float: right;
|
|
width: 180px;
|
|
height: 1.25rem;
|
|
margin-top: .25rem;
|
|
}
|
|
|
|
img {
|
|
float: left;
|
|
width: 2rem;
|
|
margin-right: .5rem;
|
|
border-radius: .25rem;
|
|
}
|
|
}
|