mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
a2ab1d4802
2. Refactored stylesheets to simplify dreictory trees.
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: ''; }
|
|
}
|
|
}
|