mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
13 lines
246 B
SCSS
13 lines
246 B
SCSS
#pinboard_linkroll {
|
|
.pin-title, .pin-description {
|
|
display: block;
|
|
margin-bottom: .5em;
|
|
}
|
|
.pin-tag {
|
|
@include hover-link;
|
|
@extend .aside-alt-link;
|
|
&:after { content: ','; }
|
|
&:last-child:after { content: ''; }
|
|
}
|
|
}
|