mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add list style modifiers emulating type attribute values different then decimal to ol element in content class - fixes #1940
This commit is contained in:
parent
dc1d46ea73
commit
c12a649c93
@ -73,6 +73,15 @@ $content-table-foot-cell-color: $text-strong !default
|
||||
list-style: decimal outside
|
||||
margin-left: 2em
|
||||
margin-top: 1em
|
||||
// list style modifiers emulating ol[type] attribute values different then decimal
|
||||
&.is-lower-roman
|
||||
list-style-type: lower-roman
|
||||
&.is-upper-roman
|
||||
list-style-type: upper-roman
|
||||
&.is-lower-alpha
|
||||
list-style-type: lower-alpha
|
||||
&.is-upper-alpha
|
||||
list-style-type: upper-alpha
|
||||
ul
|
||||
list-style: disc outside
|
||||
margin-left: 2em
|
||||
|
Loading…
Reference in New Issue
Block a user