Windows NT P3613 10.0 build 20348 (Windows Server 2022) AMD64
C:
/
Inetpub
/
vhosts
/
gyandeepclasses.com
/
pdpandyamcc.com
/
admin
/
scss
/
components
/
C:/Inetpub/vhosts/gyandeepclasses.com/pdpandyamcc.com/admin/scss/components/_lists.scss
/* Lists */ ul, ol, dl { padding-left: 1rem; font-size: $default-font-size; li { line-height: 1.8; } } .list-ticked, .list-arrow, .list-star { list-style: none; padding: 0; li { padding-left: 1.5rem; &:before { font-family: "Material Design Icons"; margin-left: -1.5rem; width: 1.5rem; margin-right: .5rem; } } } .list-ticked { li { &:before { content: '\F12D'; color: theme-color(danger); } } } .list-arrow { li { &:before { content: '\F142'; color: theme-color(success); } } } .list-star { li { &:before { content: '\F4CE'; color: theme-color(warning); } } }