Add collaboration stylesheet for light theme

This commit is contained in:
Kevin Sawicki
2013-07-12 12:02:06 -07:00
parent ae9ffbb526
commit 96b91ef36b
4 changed files with 34 additions and 11 deletions

View File

@@ -1,14 +1,13 @@
@import "bootstrap/less/variables.less";
@import "octicon-mixins.less";
@runningColor: #99CC99;
.collaboration {
@item-line-height: @line-height-base * 1.25;
padding: 10px;
-webkit-user-select: none;
cursor: pointer;
.share {
cursor: pointer;
.mini-icon(notifications);
position: relative;
right: -1px;
@@ -20,15 +19,6 @@
position: relative;
right: -2px;
margin-bottom: 5px;
color: #96CBFE;
}
.running {
color: @runningColor;
&:hover {
color: lighten(@runningColor, 15%);
}
}
.avatar {