Path: blob/master/webroot/rsrc/css/phui/phui-action-panel.css
12241 views
/**1* @provides phui-action-panel-css2*/34.phui-action-panel {5position: relative;6background-color: {$page.content};7border: 1px solid {$lightblueborder};8border-radius: 3px;9margin: 0 8px;10min-height: 108px;11overflow: hidden;12}1314.device .phui-action-panel {15margin: 0;16}1718.phui-action-panel-hitarea {19display: block;20}2122.device-desktop .phui-action-panel-hitarea:hover {23text-decoration: none;24background-color: rgba({$alphawhite},.25);25}2627.device-desktop .phui-action-panel-hitarea:hover .phui-icon-view {28margin-top: -4px;29transition-duration: .2s;30}3132.phui-action-panel-table {33display: table;34height: 80px;35width: 100%;36}3738.phui-action-panel-row {39display: table-row;40}4142.phui-action-panel-icon {43width: 64px;44text-align: center;45vertical-align: middle;46display: table-cell;47}4849.phui-action-panel-image {50width: 48px;51height: 48px;52margin: 0 auto;53}5455.phui-action-panel-icon a {56display: block;57}5859.phui-action-panel-icon a:hover .phui-icon-view,60.phui-action-panel-icon a:hover .phui-action-panel-bigtext {61color: {$blue};62}6364.phui-action-panel-icon a:hover {65text-decoration: none;66}6768.phui-action-panel-icon .phui-icon-view {69font-size: 36px;70color: {$lightbluetext};71}7273.phui-action-panel-header {74padding: 8px;75border-bottom: 1px solid {$thinblueborder};76font-weight: bold;77white-space: nowrap;78overflow: hidden;79color: {$darkbluetext};80display: block;81}8283.phui-action-panel-bigtext .phui-action-panel-subheader {84font-size: 28px;85color: {$darkbluetext};86text-align: center;87padding: 0 8px;88}8990.phui-action-panel-subheader {91display: table-cell;92vertical-align: middle;93color: {$darkbluetext};94padding: 8px 8px 8px 0;95}9697.phui-action-panel-subheader a {98text-decoraction: none;99}100101.phui-action-panel-status {102padding: 8px 12px;103position: absolute;104bottom: 0;105left: 0;106right: 0;107}108109.phui-action-panel-status:hover {110text-decoration: none;111}112113/* - Red -------------------------------------------------------------------- */114115.phui-action-panel-red {116background-color: {$sh-redbackground};117border-color: {$sh-redborder};118}119120.phui-action-panel-red .phui-action-panel-icon .phui-icon-view {121color: {$sh-redicon};122}123124.phui-action-panel-red .phui-action-panel-header {125border-color: {$sh-lightredborder};126}127128/* - Orange ----------------------------------------------------------------- */129130.phui-action-panel-orange {131background-color: {$sh-orangebackground};132border-color: {$sh-orangeborder};133}134135.phui-action-panel-orange .phui-action-panel-icon .phui-icon-view {136color: {$sh-orangeicon};137}138139.phui-action-panel-orange .phui-action-panel-header {140border-color: {$sh-lightorangeborder};141}142143/* - Yellow ----------------------------------------------------------------- */144145.phui-action-panel-yellow {146background-color: {$sh-yellowbackground};147border-color: {$sh-yellowborder};148}149150.phui-action-panel-yellow .phui-action-panel-icon .phui-icon-view {151color: {$sh-yellowicon};152}153154.phui-action-panel-yellow .phui-action-panel-header {155border-color: {$sh-lightyellowborder};156}157158/* - Green ------------------------------------------------------------------ */159160.phui-action-panel-green {161background-color: {$sh-greenbackground};162border-color: {$sh-greenborder};163}164165.phui-action-panel-green .phui-action-panel-icon .phui-icon-view {166color: {$sh-greenicon};167}168169.phui-action-panel-green .phui-action-panel-header {170border-color: {$sh-lightgreenborder};171}172173/* - Blue ------------------------------------------------------------------- */174175.phui-action-panel-blue {176background-color: {$sh-bluebackground};177border-color: {$sh-blueborder};178}179180.phui-action-panel-blue .phui-action-panel-icon .phui-icon-view {181color: {$sh-blueicon};182}183184.phui-action-panel-blue .phui-action-panel-header {185border-color: {$sh-lightblueborder};186}187188/* - Indigo ----------------------------------------------------------------- */189190.phui-action-panel-indigo {191background-color: {$sh-indigobackground};192border-color: {$sh-indigoborder};193}194195.phui-action-panel-indigo .phui-action-panel-icon .phui-icon-view {196color: {$sh-indigoicon};197}198199.phui-action-panel-indigo .phui-action-panel-header {200border-color: {$sh-lightindigoborder};201}202203/* - Violet ----------------------------------------------------------------- */204205.phui-action-panel-violet {206background-color: {$sh-violetbackground};207border-color: {$sh-violetborder};208}209210.phui-action-panel-violet .phui-action-panel-icon .phui-icon-view {211color: {$sh-violeticon};212}213214.phui-action-panel-violet .phui-action-panel-header {215border-color: {$sh-lightvioletborder};216}217218/* - Pink ------------------------------------------------------------------- */219220.phui-action-panel-pink {221background-color: {$sh-pinkbackground};222border-color: {$sh-violetborder};223}224225.phui-action-panel-pink .phui-action-panel-icon .phui-icon-view {226color: {$sh-pinkicon};227}228229.phui-action-panel-pink .phui-action-panel-header {230border-color: {$sh-lightpinkborder};231}232233234