style: add pk- prefixed version of transparent and highlight classes (#28741)

This commit is contained in:
Frédéric Péters 2018-12-07 11:04:16 +01:00
parent 34d7483418
commit b041632ba7
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ div#portal-agent-content {
padding: 1rem;
margin-bottom: 1rem;
border-radius: $cell-border-radius;
&.transparent {
&.transparent, &.pk-transparent {
background: transparent;
}
&.highlight {
&.highlight, &.pk-highlight {
background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%);
color: white;
h2, a {