Path: blob/master/webroot/rsrc/css/phui/phui-segment-bar-view.css
12241 views
/**1* @provides phui-segment-bar-view-css2*/34.phui-segment-bar-label {5font-size: {$smallerfontsize};6margin-bottom: 4px;7}89.phui-basic-nav .phui-segment-bar-label {10width: 180px;11overflow: hidden;12text-overflow: ellipsis;13}1415.phui-segment-bar-segments {16background: rgba({$alphablue}, .1);17border-radius: 4px;18position: relative;19overflow: hidden;20height: 8px;21}2223.phui-segment-bar-segment-view {24position: absolute;25top: 0;26bottom: 0;27margin-left: -5px;28border-right: 5px solid;29border-radius: 0 4px 4px 0;30}3132.phui-segment-bar-segment-view.red {33background: {$red};34border-color: {$red};35}3637.phui-segment-bar-segment-view.orange {38background: {$orange};39border-color: {$orange};40}4142.phui-segment-bar-segment-view.yellow {43background: {$yellow};44border-color: {$yellow}45}4647.phui-segment-bar-segment-view.green {48background: {$green};49border-color: {$green};50}5152.phui-segment-bar-segment-view.blue {53background: {$blue};54border-color: {$blue};55}5657.phui-segment-bar-segment-view.indigo {58background: {$indigo};59border-color: {$indigo};60}6162.phui-segment-bar-segment-view.violet {63background: {$violet};64border-color: {$violet};65}6667.phui-segment-bar-segment-view.pink {68background: {$pink};69border-color: {$pink};70}7172.phui-segment-bar-segment-view.sky {73background: {$sky};74border-color: {$sky};75}767778