Move DockerfileCommand component into TS

This commit is contained in:
Joseph Schorr 2017-06-23 14:22:28 -04:00
parent 255bebcc92
commit 62d7cb234c
11 changed files with 113 additions and 106 deletions

View file

@ -222,33 +222,6 @@
font-size: 18px;
}
.dockerfile-command {
position: relative;
}
.dockerfile-command .command-title {
font-family: Consolas, "Lucida Console", Monaco, monospace;
padding-left: 90px;
display: inline-block;
}
.dockerfile-command .label {
color: white;
padding-top: 4px;
text-align: right;
margin-right: 4px;
width: 86px;
display: inline-block;
border-right: 4px solid #aaa;
background-color: #333;
position: absolute;
top: 0px;
left: -4px;
}
.codetooltipcontainer .tooltip-inner {
white-space:pre;
max-width:none;