Path: blob/master/webroot/rsrc/css/phui/phui-box.css
12241 views
/**1* @provides phui-box-css2*/34.phui-box-border {5border: 1px solid {$lightblueborder};6background-color: {$page.content};7border-radius: 3px;8}910.phui-box.focus {11box-shadow: 0 0 5px 5px rgba(255, 255, 0, 0.90);12}1314.phui-box-grey {15background-color: {$lightgreybackground};16border-radius: 3px;17border-color: rgba({$alphagrey},.2);18}1920.phui-box-blue {21background-color: {$bluebackground};22border-radius: 3px;23border-color: {$thinblueborder};24}2526.phui-box-blue .phui-oi,27.phui-box-grey .phui-oi {28background: transparent;29}3031.phui-box-blue .phui-oi-link,32.phui-box-grey .phui-oi-link {33color: {$darkbluetext};34}3536.phui-box-blue .phui-oi-list-view,37.phui-box-grey .phui-oi-list-view {38background-color: {$page.content};39}4041.phui-box-blue .phui-header-shell {42border-color: {$thinblueborder};43}4445.phui-box-grey .phui-header-shell {46border-color: rgba({$alphagrey},.1);47}4849.phui-object-box.phui-box-blue div.phui-info-severity-nodata,50.phui-object-box.phui-box-grey div.phui-info-severity-nodata {51background: {$page.content};52padding: 32px 0;53text-align: center;54border: none;55margin: 0;56color: {$greytext};57}585960/* Property Boxes */6162.phui-box.phui-box-blue-property {63border-radius: 3px;64border-color: {$lightblueborder};65margin: 0;66padding: 0;67}6869.phui-box.phui-box-blue-property .phui-header-header .phui-header-icon {70margin-right: 6px;71}7273.phui-box.phui-box-blue-property .phui-header-action-link {74margin-top: 0;75margin-bottom: 0;76}7778.device .phui-box.phui-box-blue-property {79padding: 0;80}8182.phui-box.phui-object-box.phui-box-blue-property .phui-header-shell {83background-color: {$bluepropertybackground};84border-top-right-radius: 3px;85border-top-left-radius: 3px;86padding: 6px 16px;87}8889body.device .phui-box.phui-box-blue-property .phui-header-shell,90body.device .phui-box-blue-property.phui-object-box.phui-object-box-collapsed91.phui-header-shell {92padding: 6px 12px;93margin-top: 0;94}9596.phui-box.phui-box-blue-property .phui-header-header {97font-size: {$biggerfontsize};98color: {$bluetext};99}100101.phui-box-blue-property .phui-oi-list-view {102padding: 2px 8px;103}104105.phui-box-blue-property .phui-oi-list-view.phui-oi-list-flush {106padding: 0;107}108109body .phui-box-blue-property.phui-object-box.phui-object-box-collapsed {110padding: 0;111}112113body .phui-box-blue-property .phui-header-shell + .phui-object-box {114margin-bottom: 0;115}116117.phui-box-blue-property .phui-header-shell + .phui-object-box118.phui-header-shell {119background: {$page.content};120}121122/* Config Boxes */123124.phui-box-white-config.phui-box-border {125border-color: #e2e2e2;126border-radius: 5px;127}128129.phui-box-white-config.phui-object-box {130padding: 16px 0 0 0;131}132133.phui-box-white-config .phui-header-shell {134border-bottom: 1px solid #e2e2e2;135overflow: hidden;136padding: 0 16px 16px;137}138139.phui-box-white-config .phui-header-header {140color: {$bluetext};141}142143.phui-box-white-config .phui-header-action-links .button {144margin-top: 0;145margin-bottom: 0;146}147148149