/* 3.6 SC | Skills & Skill (single) | Panel -------------------------------------------------------------------*/ /* Skills -------------------------------------------------------------------*/ /* Header ----------------------------------*/ .@{p}sc-skills__header { //padding-left: 15px; &:before { top: auto; bottom: 0; border-bottom: @panel-sc-heading-border-width solid transparent; width: 70px; } &:after { content: ' '; position: absolute; bottom: 0; border-bottom: @panel-sc-heading-border-width solid transparent; width: 35px; } } // .sc-bio__header /* Content ----------------------------------*/ .@{p}sc-skills__content { > br:first-of-type { display: none; } > .@{p}sc-skill:first-of-type { margin-top: 10px; } } //.sc-skills__content /* Skill | single -------------------------------------------------------------------*/ /* Header ----------------------------------*/ .@{p}sc-skill__header { overflow: hidden; margin-bottom: 2px; font-size: 16px; } .@{p}sc-skill__title { float: left; } .@{p}sc-skill__percent { float: right; } /* Skills Line ----------------------------------*/ .@{p}sc-skill__line-wrap { position: relative; } .@{p}sc-skill__line { position: absolute; top: 0; left: 0; width: 100%; height: 4px; } .@{p}sc-skill__bottom-line { //background: @color-light-grey; } .@{p}sc-skill__top-line { //background: @color-main-cyan-3-public; }