azure-devops-ui
Version:
React components for building web UI in Azure DevOps
17 lines (15 loc) • 419 B
CSS
.bolt-messagecard.bolt-card {
padding: 0;
}
.bolt-messagecard .bolt-messagebar {
padding: 0;
}
.bolt-messagecard .bolt-messagebar.severity-info {
background-color: rgba( 255, 255, 255 , 1 );
background-color: rgba( var(--palette-neutral-0,255, 255, 255) , 1 );
}
.bolt-messagecard .bolt-messagebar-content {
padding: 16px 20px 16px 12px;
border-radius: 4px;
}
/*# sourceMappingURL=MessageCard.css.map */