1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

feature(ui): registry access screen EE-3770 (#7332)

This commit is contained in:
Prabhat Khera 2022-08-02 15:32:22 +12:00 committed by GitHub
parent fb3d333453
commit bff9bb7800
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 52 additions and 32 deletions

View file

@ -33,10 +33,6 @@
justify-content: center;
}
.justify-left {
justify-content: left;
}
.blue {
background: var(--bg-dashboard-item) !important;
}
@ -409,3 +405,7 @@ input:checked + .slider:before {
cursor: pointer;
color: var(--ui-gray-9) !important;
}
.widget-header {
font-size: 16px;
}