@ -198,7 +198,6 @@
p {
p {
padding : 1 rem 0 0 0 ;
padding : 1 rem 0 0 0 ;
margin : 0 ;
margin : 0 ;
text-align : justify ;
@at-root . contents > div > p : first-child {
@at-root . contents > div > p : first-child {
padding-top : 0 ;
padding-top : 0 ;
@ -312,8 +311,8 @@
/ / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/ / - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ol , ul {
ol , ul {
padding : 1 rem 0 0 0 ;
padding -top : 1 rem ;
list-style-position: inside ;
width: 100 % ;
@at-root . is-rtl & {
@at-root . is-rtl & {
padding-left : 0 ;
padding-left : 0 ;
@ -474,18 +473,21 @@
ul {
ul {
list-style : none ;
list-style : none ;
width : 100 % ;
> li : : before {
> li : : before {
position : absolute ;
left : - 1 .1 rem ;
content : ' \25b8 ' ;
content : ' \25b8 ' ;
color : mc ( ' grey ' , ' 600 ' ) ;
color : mc ( ' grey ' , ' 600 ' ) ;
display : inline-block ;
width : 1 .35 rem ;
width : 1 .35 rem ;
@at-root . is-rtl & {
@at-root . is-rtl & {
content : ' \25C3 ' ;
content : ' \25C3 ' ;
}
}
}
}
}
ul , ol {
> li {
> li {
position : relative ;
> p {
> p {
display : inline-block ;
display : inline-block ;
vertical-align : top ;
vertical-align : top ;