.app-calendar-itemlayoutpanel{ display: flex; .item-icon{ width: 40px; height: 40px; margin-right: 10px; img{ width: 100%; height: 100%; border-radius: 50%; } } .item-text{ .title{ font-size: 18px; font-weight: bold; } .srfdescription{ margin-top: 14px; margin-bottom: 14px; } .date{ .start{ margin:0 6px; } .end{ margin:0 6px; } } } }