Path: blob/master/webroot/rsrc/css/phui/phui-policy-section-view.css
12241 views
/**1* @provides phui-policy-section-view-css2*/34.phui-policy-section-view {5margin-bottom: 24px;6}78.phui-policy-section-view-header {9background: {$bluebackground};10border-bottom: 1px solid {$lightblueborder};11padding: 4px 8px;12color: {$darkbluetext};13margin-bottom: 8px;14}1516.phui-policy-section-view-header-text {17font-weight: bold;18}1920.phui-policy-section-view-header .phui-icon-view {21margin-right: 8px;22}2324.phui-policy-section-view-link {25float: right;26}2728.phui-policy-section-view-link .phui-icon-view {29color: {$bluetext};30}3132.phui-policy-section-view-hint {33color: {$greytext};34background: {$lightbluebackground};35padding: 8px;36}3738.phui-policy-section-view-body {39padding: 0 12px;40}4142.phui-policy-section-view-inactive-rule {43color: {$greytext};44}4546.phui-policy-section-view-rules {47margin: 8px 0;48padding: 8px;49background: {$lightbluebackground};50border: 1px solid {$lightblueborder};51}5253.phui-policy-section-view .phui-policy-section-view-body ul {54margin: 8px 0;55padding: 0 16px 0 24px;56list-style: disc;57}5859.phui-policy-section-view .phui-policy-section-view-body p + p {60margin-top: 8px;61}626364