mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(app): dark theme be teaser colors [EE-5621] (#9124)
* fix(app): dark theme be teaser colors * fix(app): review comments and prettier format * fix(app): revert changes on arbitrary class * feat(app/teaser): blue lock svg on dark theme
This commit is contained in:
parent
64b227b2e1
commit
39eed67fd7
9 changed files with 39 additions and 38 deletions
|
@ -10,9 +10,10 @@
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
/* used for BE teaser. Dark theme specs defined by EE-5621 */
|
||||
.btn-warninglight {
|
||||
@apply border-warning-5 bg-warning-2 text-black;
|
||||
@apply th-dark:bg-warning-5 th-dark:bg-opacity-10 th-dark:text-white;
|
||||
@apply th-dark:border-blue-8 th-dark:bg-blue-8 th-dark:bg-opacity-10 th-dark:text-white;
|
||||
@apply th-highcontrast:bg-warning-5 th-highcontrast:bg-opacity-10 th-highcontrast:text-white;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue