mirror of https://github.com/docker/docs.git
Added missing modules and fixed merge conflict.
This commit is contained in:
parent
a743656188
commit
255d2f5e44
|
@ -84,44 +84,6 @@
|
||||||
padding: 4px 5px;
|
padding: 4px 5px;
|
||||||
|
|
||||||
&.active {
|
&.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 {
|
li {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-radius: 40px;
|
border-radius: 40px;
|
||||||
|
@ -152,7 +114,6 @@
|
||||||
.at2x('downloading-arrow-white.png', 20px, 20px);
|
.at2x('downloading-arrow-white.png', 20px, 20px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>>>>>>> master
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"minimist": "^1.1.0",
|
"minimist": "^1.1.0",
|
||||||
"moment": "2.8.1",
|
"moment": "2.8.1",
|
||||||
"node-uuid": "1.4.1",
|
"node-uuid": "1.4.1",
|
||||||
|
"object-assign": "^2.0.0",
|
||||||
"open": "0.0.5",
|
"open": "0.0.5",
|
||||||
"react": "^0.12.2",
|
"react": "^0.12.2",
|
||||||
"react-bootstrap": "^0.13.2",
|
"react-bootstrap": "^0.13.2",
|
||||||
|
|
Loading…
Reference in New Issue