Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
7455 Представления

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,

Аватар
Отменить
Лучший ответ

Hi,

you can add inline style with !important; tag

Thank you

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
мая 23
2765
2
мая 21
7018
1
окт. 15
4958
2
мар. 15
16997
3
нояб. 21
6159