As Docebo upgrades Docebo Content, some clients might want to bring in the rounded look and feel within your Widgets,and buttons. In other words, it now might be “hip” to be “round.” See the following CSS code to support this in your platform:
/* ************************* */
/* Rounded Edges for Widgets */
/* ************************* */
.pages-widget-page .single-widget *:not(.title):not(.ui-carousel-title):not(.ui-text-link):not(.ui-card-title):not(.ui-typography-heading-5):not(.subtitle):not(.dropdown-head) {
border-radius: 10px;
}
/* ************************* */
/* Rounded Edges for Buttons */
/* ************************* */
#doc-layout-page-content button.mdl-button {
border-radius : 100px;
}