17 lines
249 B
JavaScript
17 lines
249 B
JavaScript
|
|
|
|
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;
|
|
|
|
} |