/** * Common client information in the right content block */ .client-info-item-value { font-weight: $client-items-value-style; } .client-info-item { margin: $client-items-margin; } .aside-message a { font-weight: $client-info-message-link-style; color: $client-info-message-link-color; } @include panel-block( $suffix: info, $background-color: $client-info-background-color, $body-border-radius: $client-info-border-radius, $title-border-radius: $client-info-border-radius, $body-padding: $client-info-body-padding );