952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
15 lines
261 B
SCSS
Executable File
15 lines
261 B
SCSS
Executable File
// Team section
|
|
section {
|
|
&.team-section {
|
|
.avatar {
|
|
img {
|
|
max-width: $team-section-avatar-max-width;
|
|
height: auto;
|
|
&.rounded-circle {
|
|
max-width: $team-section-avatar-circle-max-width;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|