diff --git a/frontend/src/global_styles/content/user-content/_list.sass b/frontend/src/global_styles/content/user-content/_list.sass index 10ef43aa6d78..eb2a0f2d48cf 100644 --- a/frontend/src/global_styles/content/user-content/_list.sass +++ b/frontend/src/global_styles/content/user-content/_list.sass @@ -26,19 +26,31 @@ ol.op-uc-list list-style: none list-style-type: decimal ol + &.op-uc-list_task-list + list-style: none list-style-type: lower-latin ol + &.op-uc-list_task-list + list-style: none list-style-type: lower-roman ol + &.op-uc-list_task-list + list-style: none list-style-type: upper-latin ol + &.op-uc-list_task-list + list-style: none list-style-type: upper-roman ul.op-uc-list &_task-list list-style: none list-style-type: disc ul + &.op-uc-list_task-list + list-style: none list-style-type: circle ul, ul ul + &.op-uc-list_task-list + list-style: none list-style-type: square