hubl/src/scss/_groupsList.scss

27 lines
363 B
SCSS
Raw Normal View History

2018-03-11 23:42:46 +00:00
#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;
}