mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(sidebar): rework the update notification [EE-4119] (#7575)
This commit is contained in:
parent
d24e5ff71e
commit
c79be58700
4 changed files with 71 additions and 15 deletions
|
@ -1,7 +1,19 @@
|
|||
.update-notification {
|
||||
font-size: 14px;
|
||||
.root {
|
||||
padding: 12px;
|
||||
border-radius: 2px;
|
||||
background-color: #ff851b;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dismissTitle {
|
||||
color: var(--white-color);
|
||||
}
|
||||
|
||||
.dismissBtn {
|
||||
border: none;
|
||||
background: none;
|
||||
color: var(--text-muted-color);
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding-left: 26px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue