T ttv_hxpd Member Jan 24, 2022 #1 Hello, first of all, I'am so sorry about my bad english. I live in Germany :c But here is the problem: It doesn't look so clean. that looks cleaner. Please help me .userBanner.discord { color: #fff !important; background: #8865fc !important; border-color: #7055c9 !important; } Here is my extra.less
Hello, first of all, I'am so sorry about my bad english. I live in Germany :c But here is the problem: It doesn't look so clean. that looks cleaner. Please help me .userBanner.discord { color: #fff !important; background: #8865fc !important; border-color: #7055c9 !important; } Here is my extra.less
Solution T T ttv_hxpd Apr 25, 2022 Fixed it. Just do in core_labels.less a new color prefix like that: &.label--nameofthecolor { .m-labelVariation(fontcolor, #HEXCOLOR); } &.label--coolblue { .m-labelVariation(black, #5555FF); }
Fixed it. Just do in core_labels.less a new color prefix like that: &.label--nameofthecolor { .m-labelVariation(fontcolor, #HEXCOLOR); } &.label--coolblue { .m-labelVariation(black, #5555FF); }
KSA Well-known member Jan 24, 2022 #2 Change font size if you want it to be a bit bigger CSS: .userBanner.discord { font-size: 16px; } Upvote -1 Downvote
T ttv_hxpd Member Jan 24, 2022 #3 KSA said: Change font size if you want it to be a bit bigger CSS: .userBanner.discord { font-size: 16px; } Click to expand... Upvote 0 Downvote
KSA said: Change font size if you want it to be a bit bigger CSS: .userBanner.discord { font-size: 16px; } Click to expand...
KSA Well-known member Jan 24, 2022 #4 ttv_hxpd said: View attachment 263823 Click to expand... you could adjust the font size as you wish. make it for example 14px or 12px If you can tell me what exactly that you are looking for aside from the screenshots it would be helpful. I see three different screenshots and I don't know which is which. Upvote 0 Downvote
ttv_hxpd said: View attachment 263823 Click to expand... you could adjust the font size as you wish. make it for example 14px or 12px If you can tell me what exactly that you are looking for aside from the screenshots it would be helpful. I see three different screenshots and I don't know which is which.
T ttv_hxpd Member Apr 25, 2022 #5 Fixed it. Just do in core_labels.less a new color prefix like that: &.label--nameofthecolor { .m-labelVariation(fontcolor, #HEXCOLOR); } &.label--coolblue { .m-labelVariation(black, #5555FF); } Upvote 0 Downvote Solution
Fixed it. Just do in core_labels.less a new color prefix like that: &.label--nameofthecolor { .m-labelVariation(fontcolor, #HEXCOLOR); } &.label--coolblue { .m-labelVariation(black, #5555FF); }