![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/web/scss/common/ |
// ============================================== // Lists // ============================================== $list-bullet-color: $c-blue; $list-bullet-color-custom: $c-blue-grey; .list-1 { li { position: relative; line-height: 1.5; margin-bottom: 0; padding-left: 10px; a { color: $c-base; } & + li { margin-top: 5px; margin-bottom: 0; } // Bullet &:before { content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 4px; background-color: $c-blue; border-radius: 50%; transform: translateY(-50%); } } } .list-2 { @extend .list-1; li { padding-left: 20px; // Bullet &:before { width: 10px; height: 1px; background-color: $list-bullet-color-custom; border-radius: 0; } } } .list-3 { margin-left: 15px; list-style: decimal; li { margin-top: 10px; padding-left: 20px; line-height: 1.5; } }