1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-03-20 21:40:23 +01:00
LinkStack/assets/scss/_list-group.scss

13 lines
188 B
SCSS
Raw Normal View History

/*===== LIST GROUP =====*/
.list-group {
.list-group-item {
padding: 1.38rem;
}
}
.list-styled > li {
list-style-type: disc ;
margin-left: 0.94rem;
margin-right: 0.94rem;
}