2019-01-24 20:28:11 +00:00
|
|
|
.list-unstyled {
|
2019-01-03 22:30:27 +00:00
|
|
|
padding-left: 0;
|
|
|
|
margin-bottom: 0;
|
2018-12-26 07:45:53 +00:00
|
|
|
}
|
|
|
|
|
2019-01-24 20:28:11 +00:00
|
|
|
.list-unstyled li {
|
2019-01-03 22:30:27 +00:00
|
|
|
list-style-type: none;
|
2018-12-26 07:45:53 +00:00
|
|
|
}
|
|
|
|
|
2019-01-24 20:28:11 +00:00
|
|
|
.list-inline li {
|
2019-01-03 22:30:27 +00:00
|
|
|
display: inline-block;
|
2018-12-26 07:45:53 +00:00
|
|
|
}
|
2019-01-24 20:28:11 +00:00
|
|
|
|
|
|
|
.small {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.muted {
|
|
|
|
color: rgb(var(--gray-12));
|
|
|
|
}
|