Files
Unify/application/demo/page/news.page.price.js

17 lines
249 B
JavaScript
Raw Normal View History

2025-12-25 11:16:59 +01:00
import newsPrice from '../news.price.js';
import flexbox from '/elements/flexbox.js';
export default class newsPagePrice extends newsPrice, flexbox{
useCustomElement = false;
fontWeight = "bold";
fontSize = 30;
padding = 20;
}