28 lines
No EOL
609 B
CSS
28 lines
No EOL
609 B
CSS
.setup-trigger-directive-element .dockerfile-found-content {
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.setup-trigger-directive-element .dockerfile-found-content:before {
|
|
content: "\f071";
|
|
font-family: FontAwesome;
|
|
color: rgb(255, 194, 0);
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.setup-trigger-directive-element .loading {
|
|
text-align: center;
|
|
}
|
|
|
|
.setup-trigger-directive-element .loading .cor-loader-inline {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.setup-trigger-directive-element .dockerfile-found {
|
|
position: relative;
|
|
margin-bottom: 16px;
|
|
padding-bottom: 16px;
|
|
border-bottom: 1px solid #eee;
|
|
} |