initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
26
static/css/directives/ui/dockerfile-build-dialog.css
Normal file
26
static/css/directives/ui/dockerfile-build-dialog.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
.dockerfile-build-dialog-element .btn-group {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.dockerfile-build-dialog-element button i {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.dockerfile-build-dialog-element .trigger-list {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dockerfile-build-dialog-element .trigger-list td {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.dockerfile-build-dialog-element .trigger-list td .empty {
|
||||
color: #ccc;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.dockerfile-build-dialog-element .fa-exclamation-triangle {
|
||||
margin-right: 4px;
|
||||
color: #FCA657;
|
||||
}
|
Reference in a new issue