// // sidebar // //

.sidebar {

> * {
        &:not(:first-child) {
                margin-top: 30px;
        }
}

}