mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-09 17:20:56 +00: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: ''; }
|
|
}
|
|
}
|