Added missing modules and fixed merge conflict.

This commit is contained in:
Sean Li 2015-01-25 10:57:51 -08:00
parent a743656188
commit 255d2f5e44
2 changed files with 1 additions and 39 deletions

View File

@ -84,44 +84,6 @@
padding: 4px 5px;
&.active {
<<<<<<< HEAD
background: @brand-primary;
li {
.name {
color: white;
}
.image {
color: white;
opacity: 0.9;
}
}
color: white;
border-bottom: none;
border-radius: 40px;
.state-running {
.at2x('running-white.png', 20px, 20px);
overflow: hidden;
// -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
.runningwave {
position: absolute;
width: 40px;
height: 20px;
left: -20px;
.at2x('runningwave-white.png', 20px, 20px);
// background-repeat: repeat;
-webkit-animation-name: translatewave;
-webkit-animation-duration: 8.0s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
}
.state-paused {
.at2x('wavy-white.png', 20px, 20px);
}
.state-stopped {
.at2x('still-white.png', 20px, 20px);
=======
li {
border-bottom: none;
border-radius: 40px;
@ -152,7 +114,6 @@
.at2x('downloading-arrow-white.png', 20px, 20px);
}
}
>>>>>>> master
}
}

View File

@ -35,6 +35,7 @@
"minimist": "^1.1.0",
"moment": "2.8.1",
"node-uuid": "1.4.1",
"object-assign": "^2.0.0",
"open": "0.0.5",
"react": "^0.12.2",
"react-bootstrap": "^0.13.2",