Style ordered and unordered plain lists.
This commit is contained in:
@@ -103,6 +103,22 @@ body {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.plain_list {
|
||||
&.unordered {
|
||||
list-style-type: disc;
|
||||
padding-left: 2.5rem;
|
||||
}
|
||||
|
||||
&.ordered {
|
||||
list-style-type: decimal;
|
||||
padding-left: 2.5rem;
|
||||
}
|
||||
|
||||
&.descriptive {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* A stand-alone blog post (not in a blog stream). */
|
||||
|
||||
Reference in New Issue
Block a user