Path: blob/master/webroot/rsrc/css/phui/phui-badge.css
12241 views
/**1* @provides phui-badge-view-css2*/34.phui-badge-flex-view {5padding: 0;6overflow: hidden;7}89.phui-badge-flex-item {10display: inline-block;11padding: 4px 12px 4px 0;12}1314.phui-badge-flex-view.flex-view-collapsed {15padding: 0;16}1718.flex-view-collapsed .phui-badge-flex-item {19padding: 1px;20}2122.phui-badge-view {23display: inline-block;24position: relative;25perspective: 512px;26}2728.phui-badge-card-container {29transform-style: preserve-3d;30-webkit-transform-style: preserve-3d;3132transition: transform 0.5s;33-webkit-transition: -webkit-transform 0.5s;3435transform-origin: right center;36-webkit-transform-origin: right center;3738width: 100%;39height: 100%;40}4142.phui-badge-card {43cursor: pointer;44padding: 12px;45height: 180px;46width: 128px;47border: 1px solid {$lightgreyborder};48background-color: {$lightbluebackground};49}5051.phui-badge-card a {52color: {$darkbluetext};53}5455.card-flipped .phui-badge-card-container {56transform: translateX( -100% ) rotateY( -180deg );57-webkit-transform: translateX( -100% ) rotateY( -180deg );58}5960.phui-badge-card-front,61.phui-badge-card-back {62display: block;63position: absolute;64width: 128px;65height: 180px;66overflow: hidden;6768backface-visibility: hidden;69-webkit-backface-visibility: hidden;70-moz-backface-visibility: hidden;71}727374/* Firefox Fix */75.phui-badge-card-front {76transform: rotateY(0deg);77-webkit-trasform: rotateY(0deg);78}7980.phui-badge-front-view,81.phui-badge-back-view {82display: table;83width: 100%;84}8586.phui-badge-inner-front,87.phui-badge-inner-back {88display: table-row;89}9091.phui-badge-illustration {92background-color: #fff;93box-shadow: inset 0 -1px 1px 0 rgba({$alphablack},.1);94text-align: center;95height: 100px;96width: 100%;97vertical-align: middle;98display: table-cell;99}100101.phui-badge-illustration .phui-icon-view {102font-size: 48px;103height: 48px;104width: 48px;105color: {$bluetext};106}107108.phui-badge-view-information {109display: table-cell;110text-align: center;111color: {$greytext};112}113114.phui-badge-view-header {115color: {$darkgreytext};116font-weight: bold;117padding-top: 12px;118display: block;119word-break: break-word;120}121122.phui-badge-quality {123padding: 4px 0;124color: {$darkbluetext};125font-weight: bold;126}127128.phui-badge-view-subhead {129color: {$lightgreytext};130font-size: {$smallerfontsize};131word-break: break-word;132}133134.phui-badge-card-back {135transform: rotateY( 180deg );136-webkit-transform: rotateY( 180deg );137}138139/** Quality Levels ***********************************************************/140141.phui-badge-view-grey .phui-badge-card {142background-color: {$lightgreybackground};143}144145.phui-badge-view-white .phui-badge-card {146background-color: {$lightbluebackground};147}148149.phui-badge-view-green .phui-badge-card {150background-color: {$sh-greenbackground};151border-color: {$sh-lightgreenborder};152}153154.phui-badge-view-blue .phui-badge-card {155background-color: {$sh-bluebackground};156border-color: {$sh-lightblueborder};157}158159.phui-badge-view-indigo .phui-badge-card {160background-color: {$sh-indigobackground};161border-color: {$sh-lightindigoborder};162}163164.phui-badge-view-orange .phui-badge-card {165background-color: {$sh-orangebackground};166border-color: {$sh-lightorangeborder};167}168169.phui-badge-view-yellow .phui-badge-card {170background-color: {$sh-yellowbackground};171border-color: {$sh-lightyellowborder};172}173174/** Mini View ****************************************************************/175176.phui-badge-mini {177background-color: {$greyborder};178border-radius: 18px;179height: 25px;180width: 25px;181line-height: 24px;182text-align: center;183display: inline-block;184}185186.phui-badge-mini .phui-icon-view {187color: #fff;188font-size: 12px;189margin: 0;190}191192.phui-badge-mini-grey {193background-color: {$greyborder};194}195196.phui-badge-mini-white {197background-color: {$lightblueborder};198}199200.phui-badge-mini-green {201background-color: {$sh-greenicon};202}203204.phui-badge-mini-blue {205background-color: {$blue};206}207208.phui-badge-mini-indigo {209background-color: {$sh-indigoicon};210}211212.phui-badge-mini-orange {213background-color: {$sh-orangeicon};214}215216.phui-badge-mini-yellow {217background-color: {$sh-yellowicon};218}219220221