- Finished new image view
- Add the CoreOS icon font
This commit is contained in:
parent
049148cb87
commit
8042f1a985
7 changed files with 93 additions and 15 deletions
|
@ -26,6 +26,10 @@
|
|||
color: black;
|
||||
}
|
||||
|
||||
.image-view-layer-element .image-comment {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.image-view-layer-element .nondocker-command {
|
||||
font-family: monospace;
|
||||
padding: 2px;
|
||||
|
@ -54,7 +58,7 @@
|
|||
}
|
||||
|
||||
.image-view-layer-element.last .image-layer-line {
|
||||
bottom: 20px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.image-view-layer-element .image-layer-dot {
|
||||
|
@ -70,7 +74,6 @@
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
|
||||
.image-view-layer-element.first .image-layer-dot {
|
||||
background: #428bca;
|
||||
}
|
||||
|
|
Reference in a new issue