mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-29 20:39:56 +00:00
12 lines
228 B
SCSS
12 lines
228 B
SCSS
.post-action-notification {
|
|
margin-bottom: 0;
|
|
border-radius: 2px;
|
|
padding: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/// Defines styles for a notification bar in an action bar
|
|
.action-footer-notification {
|
|
display: inline-block;
|
|
}
|