1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00
portainer/app/react/kubernetes/ingresses/style.css
Chaim Lev-Ari 9600eb6fa1
refactor(tables): use add and delete buttons [EE-6297] (#10668)
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portaienr.io>
2024-04-08 17:21:41 +03:00

29 lines
450 B
CSS

.ingress-rules .bordered {
border: 1px solid var(--border-color);
border-radius: 5px;
}
.ingress-rules .rule {
background-color: var(--bg-body-color);
}
.anntation-actions button > span,
.rules-action button > span,
.rule button > span {
display: inline-flex;
align-items: center;
gap: 5px;
}
.error-inline {
display: block;
}
.error-inline svg {
margin-right: 5px;
}
.error-inline svg,
.error-inline span {
display: inline;
}