hubl/src/scss/groupsList.css

31 lines
416 B
CSS
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;
}
#groupsList>ldp-display .title {
font-family:
}
/* TEST */
#groupsList>ldp-display {
border: 1px dashed royalblue;
}
#groupsList ul {
border: 3px solid green;
}
#groupsList .title {
border: 3px solid blueviolet;
}