Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/phui/phui-info-view.css
| Show First 20 Lines • Show All 87 Lines • ▼ Show 20 Lines | .phui-info-severity-error { | ||||
| border-color: {$red}; | border-color: {$red}; | ||||
| border-left-width: 6px; | border-left-width: 6px; | ||||
| } | } | ||||
| .phui-info-severity-error .phui-info-icon { | .phui-info-severity-error .phui-info-icon { | ||||
| color: {$red}; | color: {$red}; | ||||
| } | } | ||||
| .phui-info-severity-mfa { | |||||
| border-color: {$blue}; | |||||
| border-left-width: 6px; | |||||
| } | |||||
| .phui-info-severity-mfa .phui-info-icon { | |||||
| color: {$blue}; | |||||
| } | |||||
| .phui-info-severity-warning { | .phui-info-severity-warning { | ||||
| border-color: {$yellow}; | border-color: {$yellow}; | ||||
| border-left-width: 6px; | border-left-width: 6px; | ||||
| } | } | ||||
| .phui-info-severity-warning .phui-info-icon { | .phui-info-severity-warning .phui-info-icon { | ||||
| color: {$yellow}; | color: {$yellow}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||