Remove Twitter timeline SCSS.

This commit is contained in:
Parker Moore 2013-03-05 23:00:21 +01:00
parent 63391c59dc
commit 768fa8ed39
3 changed files with 0 additions and 44 deletions

View File

@ -41,7 +41,6 @@ $sidebar-border: desaturate(darken($sidebar-bg, 7), 10) !default;
$sidebar-border-hover: darken($sidebar-bg, 7) !default;
$sidebar-link-color-subdued: lighten($sidebar-color, 20) !default;
$sidebar-link-color-subdued-hover: $sidebar-link-color-hover !default;
$twitter-status-link: lighten($sidebar-link-color-subdued, 15) !default;
$footer-color: #888 !default;
$footer-bg: #ccc !default;

View File

@ -1,5 +1,4 @@
@import "sidebar/base";
@import "sidebar/twitter";
@import "sidebar/googleplus";
@import "sidebar/pinboard";
@import "sidebar/delicious";

View File

@ -1,42 +0,0 @@
#tweets {
.loading {
&:before {
content: "";
display: block;
margin: 0 auto;
@extend .icon-twitter-bird;
}
color: darken($sidebar-bg, 18);
text-shadow: $main-bg 0 1px;
text-align: center;
padding: .5em 0;
.transform &.error {
@include rotate(180deg);
@include box-shadow(lighten($sidebar-bg, 5) 0 -1px);
border-bottom: 0;
border-top: 1px solid $sidebar-border;
}
}
p {
position: relative;
padding-right: 1em;
}
a[href*=status]:first-child {
color: $twitter-status-link;
float: right;
padding: 0 0 .1em 1em;
position: relative; right: -1.3em;
text-shadow: #fff 0 1px;
font-size: .7em;
span { font-size: 1.5em; }
text-decoration: none;
&:hover {
color: $sidebar-link-color-subdued-hover;
text-decoration: none;
}
}
a[href*='twitter.com/search']{
@extend .aside-alt-link;
@include hover-link;
}
}