1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00
portainer/app/react/sidebar/Footer/UpdateNotifications.module.css

19 lines
241 B
CSS

.root {
padding: 12px;
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;
}