mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
refactor(kubernetes): move react codebase [EE-3349] (#7953)
This commit is contained in:
parent
2868da296a
commit
77c29ff87e
33 changed files with 18 additions and 21 deletions
30
app/react/kubernetes/ingresses/style.css
Normal file
30
app/react/kubernetes/ingresses/style.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
.ingress-rules .bordered {
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.ingress-rules .rule {
|
||||
background-color: var(--bg-body-color);
|
||||
}
|
||||
|
||||
.ingressDatatable-actions button > span,
|
||||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue