Path: blob/master/webroot/rsrc/css/application/people/people-profile.css
12242 views
/**1* @provides people-profile-css2*/34form.profile-image-form {5display: inline-block;6margin: 0 8px 8px 0;7}89button.profile-image-button {10padding: 4px;11margin: 0;12}1314.compose-dialog button.profile-image-button-selected {15background-image: none;16background-color: {$lightblue};17border-color: {$sky};18}1920.compose-header {21color: {$bluetext};22border-bottom: 1px solid {$lightblueborder};23padding: 4px 0;24margin: 0 0 8px;25}2627form.compose-dialog {28width: 80%;29}3031.compose-dialog .phui-icon-view {32display: block;33position: relative;34width: 48px;35height: 48px;36background-color: {$darkgreytext};37}3839.compose-dialog .compose-icon-bg.phui-icon-view {40color: #e7e7e7;41line-height: 48px;42width: 48px;43text-align: center;44font-size: 28px;45}4647.compose-dialog .compose-background-red {48background-color: {$red};49}5051.compose-dialog .compose-background-orange {52background-color: {$orange};53}5455.compose-dialog .compose-background-yellow {56background-color: {$yellow};57}5859.compose-dialog .compose-background-green {60background-color: {$green};61}6263.compose-dialog .compose-background-blue {64background-color: {$blue};65}6667.compose-dialog .compose-background-sky {68background-color: {$sky};69}7071.compose-dialog .compose-background-indigo {72background-color: {$indigo};73}7475.compose-dialog .compose-background-violet {76background-color: {$violet};77}7879.compose-dialog .compose-background-pink {80background-color: {$pink};81}8283.compose-dialog .compose-background-charcoal {84background-color: {$charcoal};85}8687.compose-dialog .compose-background-backdrop {88background-color: {$backdrop};89}909192