mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-11-07 19:38:04 +03:00
30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
/*
|
|
* Team members
|
|
*
|
|
* Avatars, names, and usernames for core team.
|
|
*/
|
|
|
|
.bs-team .team-member {
|
|
line-height: 32px;
|
|
color: #555;
|
|
}
|
|
|
|
.bs-team .team-member:hover {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bs-team .github-btn {
|
|
float: right;
|
|
width: 180px;
|
|
height: 20px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.bs-team img {
|
|
float: left;
|
|
width: 32px;
|
|
margin-right: 10px;
|
|
border-radius: 4px;
|
|
}
|