mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-18 08:54:24 +00:00
(add alert and list styles)
This commit is contained in:
21
resources/assets/less/lists.less
Normal file
21
resources/assets/less/lists.less
Normal file
@@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user