taiga-front/app/styles/layout/team.scss

11 lines
148 B
SCSS

.team {
h2 {
margin: 1rem 0;
span {
&:last-child {
color: $primary;
}
}
}
}