mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
refactor(app): use colors with tailwind [EE-3601] (#7133)
* refactor(app): use colors with tailwind
This commit is contained in:
parent
95f706aabe
commit
cd19eb036b
10 changed files with 447 additions and 166 deletions
|
@ -241,9 +241,10 @@ a[ng-click] {
|
|||
}
|
||||
|
||||
.blocklist-item:hover {
|
||||
@apply border border-blue-7;
|
||||
|
||||
background-color: var(--bg-blocklist-hover-color);
|
||||
color: var(--text-blocklist-hover-color);
|
||||
border: 1px solid var(--ui-blue-4);
|
||||
}
|
||||
|
||||
.blocklist-item-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue