1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

refactor(app): use colors with tailwind [EE-3601] (#7133)

* refactor(app): use colors with tailwind
This commit is contained in:
Chaim Lev-Ari 2022-06-27 22:16:28 +03:00 committed by GitHub
parent 95f706aabe
commit cd19eb036b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 447 additions and 166 deletions

View file

@ -8,7 +8,7 @@
.menu-list {
background: var(--bg-dropdown-menu-color);
border-radius: 8px;
border: 1px solid var(--ui-grey-1) !important;
border: 1px solid var(--ui-gray-5) !important;
width: 180px;
padding: 5px !important;
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);

View file

@ -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);