different color for premium users

pull/1/head
David Benqué 5 years ago
parent 6dc6fed21d
commit dc383615e0

@ -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;
}
}

Loading…
Cancel
Save