You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
portainer/app/react/sidebar/Footer/UpdateNotifications.module.css

20 lines
241 B

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