/*--------------------------------------------------------- 7. Sidebar (_sidebar.scss) -------------------------------------------------------- */ #sidebar { @include rem('margin-bottom', $base*4); } /*--------------------------------------------------------- Widgets (_sidebar.scss) -------------------------------------------------------- */ .widgettitle { @include rem('margin-bottom', $base/2); @include rem('font-size', 25px); } .widget-area { .widget { @include rem('margin-bottom', $base); } } .site-nav { &__section { ul { padding: 0; } .widgettitle { @include rem(margin, 0 0 35px 0); } } } .widget_pages { > ul { margin: 0; padding: 0; } .children { margin-left: 0; } } .widget_recent_entries { a, .post-date { display: block; } .post-date { margin-top: 5px; color: #cbcbcb; @include rem(font-size, 16px); } } .widget_pages, .primary-menu, .widget_nav_menu, .widget_recent_entries { margin: 0; padding: 0; @include rem(font-size, 20px); a { color: #252931; } li { margin-bottom: 7px; } } .stag-twitter-widget, .widget_recent_entries { li { @include rem(margin-bottom, 20px); &:last-of-type { margin-bottom: 0; } } } /*--------------------------------------------------------- StagTools Widgets (_sidebar.scss) -------------------------------------------------------- */ .dribbbles { .dribbble-shot { @include rem(margin-bottom, 25px); &:last-of-type { margin-bottom: 0; } } } .stag-twitter-widget { p { margin: 0; } time { color: #cbcbcb; a { color: inherit; } } } .dribbble-shot, .flickr-photos { img { @include transition(opacity 100ms ease); &:hover { opacity: .75; } } } .flickr-photos { li { display: inline-block; max-width: 60px; margin: 0 5px 5px 0; } }