hubl/src/scss/_groupsList.scss

27 lines
363 B
SCSS

#groupsList {
display: flex;
flex-direction: column;
}
#groupsList>ldp-display {
display: flex;
flex-direction: row;
}
#groupsList ul {
display: inline-flex;
}
/* TEST */
#groupsList>ldp-display {
border: 1px dashed royalblue;
}
#groupsList ul {
border: 3px solid green;
}
#groupsList .title {
border: 3px solid blueviolet;
}