different color for premium users

This commit is contained in:
David Benqué 2020-04-30 15:46:21 +01:00
parent 6dc6fed21d
commit dc383615e0
1 changed files with 11 additions and 5 deletions

View File

@ -32,9 +32,18 @@
.cp-support-list-message {
&:last-child:not(.cp-support-fromadmin) {
color: @colortheme_cp-red;
background-color: lighten(@colortheme_cp-red, 25%);
background-color: lighten(@colortheme_form-warning, 25%);
.cp-support-showdata {
background-color: lighten(@colortheme_cp-red, 30%);
background-color: lighten(@colortheme_form-warning, 30%);
}
}
&:last-child {
&.cp-support-frompremium {
background-color: lighten(@colortheme_cp-red, 25%);
.cp-support-showdata {
background-color: lighten(@colortheme_cp-red, 30%);
}
}
}
}
@ -47,8 +56,5 @@
color: @colortheme_logo-2;
}
}
.cp-support-frompremium {
border: 2px solid red;
}
}