Pulling in all sass, css, etc. and static-markup work from warp1222 so far

This commit is contained in:
Charles Hacskaylo
2015-06-05 16:48:58 -07:00
parent 6fe6aacc38
commit e216961727
19 changed files with 942 additions and 236 deletions

View File

@@ -117,6 +117,13 @@ span {
display: none !important;
}
.paused {
&:not(.s-btn) {
border-color: $colorPausedBg !important;
color: $colorPausedBg !important;
}
}
.sep {
color: rgba(#fff, 0.2);
}