parent
972e4be811
commit
08d7b4babe
23 changed files with 1290 additions and 630 deletions
|
@ -3846,6 +3846,21 @@ i.rocket-icon {
|
|||
height: 16px;
|
||||
}
|
||||
|
||||
i.kubernetes-icon {
|
||||
background-image: url(/static/img/kubernetes.svg);
|
||||
background-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-position-y: -4px;
|
||||
}
|
||||
|
||||
i.mesos-icon {
|
||||
background-image: url(/static/img/mesos.svg);
|
||||
background-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.external-notification-view-element {
|
||||
margin: 10px;
|
||||
padding: 6px;
|
||||
|
|
Reference in a new issue