initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
20
static/css/directives/ui/dockerfile-build-form.css
Normal file
20
static/css/directives/ui/dockerfile-build-form.css
Normal file
|
@ -0,0 +1,20 @@
|
|||
.dockerfile-build-form .help-text {
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.dockerfile-build-form .robot-permission {
|
||||
margin-top: 10px;
|
||||
background: #fafafa;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.dockerfile-build-form .co-alert {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.dockerfile-build-form .starting-build {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
}
|
Reference in a new issue