mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 06:15:22 +02:00
feat(sidebar): add update notification (#3196)
* feat(sidebar): add update notification * style(sidebar): update notification color palette * refactor(api): rollback to latest version * feat(sidebar): update style * style(sidebar): fix color override
This commit is contained in:
parent
b034a60724
commit
ea05d96c73
10 changed files with 121 additions and 6 deletions
|
@ -396,6 +396,14 @@ ul.sidebar .sidebar-list a.active {
|
|||
margin: 2px 0 2px 20px;
|
||||
}
|
||||
|
||||
.sidebar-footer-content .update-notification {
|
||||
font-size: 14px;
|
||||
padding: 12px;
|
||||
border-radius: 2px;
|
||||
background-color: #FF851B;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.sidebar-footer-content .version {
|
||||
font-size: 11px;
|
||||
margin: 11px 20px 0 7px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue