mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +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
|
@ -64,8 +64,8 @@
|
|||
.pagination > .active > a:focus,
|
||||
.pagination > .active > span:focus,
|
||||
.pagination > .active > button:focus {
|
||||
@apply text-blue-7;
|
||||
z-index: 3;
|
||||
color: #1d2939;
|
||||
cursor: default;
|
||||
background-color: var(--text-pagination-span-color);
|
||||
border-color: var(--text-pagination-span-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue