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:
parent
fb3d333453
commit
bff9bb7800
10 changed files with 52 additions and 32 deletions
8
app/assets/css/bootstrap-override.css
vendored
8
app/assets/css/bootstrap-override.css
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue