Files
odo/ui/src/app/tabs/containers/containers.component.css
Philippe Martin e59cfa8852 [ui] Complete container creation (#7035)
* API returns more info about container

* Display more info about containers

* Update UI static files

* Fix unit tests

* Get/Set sources configuration

* [ui] create container with sources mount configuration

* e2e tests + ui static files

* Set containers's envvars

* Regenerate UI static files

* Add Annotation to POST /container

* [api] Create Container with Annotations

* [ui] Annotations when creating container

* Regenerate UI static files

* [api] Endpoints when adding container

* [ui] Endpoints when adding container

* Regenerate UI static files
2023-08-29 09:28:03 +02:00

40 lines
716 B
CSS

.main { padding: 16px; }
mat-card { margin-bottom: 16px; }
mat-card-content { padding: 16px; }
.volume-mount {
margin-top: 4px;
}
.volume-mount > mat-chip {
top: -11px;
}
.volume-mount > span.path {
position: relative;
top: -14px;
}
table.aligned > tr > td {
vertical-align: top;
}
div.endpoint-list {
display: float;
}
mat-card.endpoint {
width: fit-content;
float: left;
margin: 0 8px;
}
mat-card.endpoint mat-card-header {
padding: 8px 8px 0 8px;
}
mat-card.endpoint mat-card-title {
font-size: 16px;
line-height: 24px;
}
mat-card.endpoint mat-card-subtitle {
font-size: 12px;
line-height: 24px;
}
mat-card.endpoint mat-card-content {
padding: 8px;
}