/*
Any additions to the SLDS stylesheet that Dynamo needs can be placed here.
*/


/*
SLDS modals are expected to have footers. In case this is not desired, apply
this style to the modal content block to get the rounded bottom corners the
footer block normally provides.
 */
.slds .slds-dynamo-modal__content-footerless {
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px;
}