mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
22 lines
372 B
Plaintext
22 lines
372 B
Plaintext
.bullet-list {
|
|
list-style-type: disc;
|
|
padding-left: 2.5rem;
|
|
> li {
|
|
margin-bottom: @spacer-2;
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.numbered-list {
|
|
list-style-type: decimal;
|
|
padding-left: 2rem;
|
|
> li {
|
|
margin-bottom: @spacer-2;
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|