//
// Activities
// --------------------------------------------------

@if not $prev-activities {
    .activities {
        max-height: 400px;
        overflow: auto;

        div.activity-entry {
            padding: 0;
        }

        .d-flex {
            padding: 10px;
        }
    }
}
