Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7333 Widoki

Hello Community,

I want to override a css property of t-attf-class in new module.

Should I need to redefine a template in which class is define or override .css/.less file instead?

For e.g. There is t-attf-class ckus_stub_{{ stub_num }} and its css is define like:

.ckus_stub_1, .ckus_stub_2 {

    position: absolute;

    height: 3.25in;

}

I want to change height of this class in its inherited module.

How can I achieve this?

Thanks,

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

you can add inline style with !important; tag

Thank you

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
maj 23
2677
2
maj 21
6876
1
paź 15
4830
2
mar 15
16902
3
lis 21
6029