mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
feat(ui): added teaser styling for CE EE-3780 (#7323)
* added teaser styling for CE
This commit is contained in:
parent
1fbaf5fcbf
commit
a247db7e93
11 changed files with 529 additions and 434 deletions
|
@ -886,6 +886,10 @@ json-tree .branch-preview {
|
|||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
reach-portal > div {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
input[style*='background-image: url("data:image/png'] + [data-cy='auth-passwordInputToggle'] {
|
||||
right: 20px;
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
--orange-1: #e86925;
|
||||
|
||||
--BE-only: var(--orange-1);
|
||||
--BE-only: var(--ui-warning-7);
|
||||
|
||||
/* Default Theme */
|
||||
--bg-card-color: var(--white-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue