16 lines
254 B
SCSS
16 lines
254 B
SCSS
.panel--badges {
|
|
> a {
|
|
display: block;
|
|
margin: 0 0 10px;
|
|
text-align: center;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&[class$="da-member"] img {
|
|
max-width: 175px;
|
|
}
|
|
}
|
|
}
|