@pega/dx-component-builder-sdk
Version:
Utility for building custom UI components
28 lines (24 loc) • 513 B
CSS
.psdk-actions {
height: 6.25rem;
display: flex;
position: relative;
align-items: center;
width: 100%;
}
.psdk-action-buttons {
width: 50%;
justify-content: center;
display: flex;
}
.primary-button {
background-color: #3f51b5 ;
color: white ;
padding: 6px 14px ;
text-transform: unset ;
font-size: 14px;
}
.secondary-button {
box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 20%);
text-transform: unset ;
padding: 6px 14px ;
}