16 lines
189 B
SCSS
16 lines
189 B
SCSS
.list-underlined {
|
|
@extend .list-unstyled;
|
|
|
|
li {
|
|
border-bottom: 1px solid $text-muted;
|
|
}
|
|
}
|
|
|
|
.flex-space-left {
|
|
margin-left: auto;
|
|
}
|
|
|
|
.flex-space-right {
|
|
margin-right: auto;
|
|
}
|