Files
MireaFrontend/src/components/common/notification/notification.component.css

11 lines
161 B
CSS

.notification-content {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 5px;
}
.close-button {
margin-left: 8px;
}