mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
19 lines
241 B
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;
|
|
}
|