1
0
Fork 0
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:
itsconquest 2022-08-30 10:00:12 +12:00 committed by GitHub
parent d24e5ff71e
commit c79be58700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 15 deletions

View file

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