Newer
Older
import { ButtonCSS, addTypography } from 'polythene-css';
addTypography();
ButtonCSS.addStyle('.blue-button', {
color_light_text: 'blue',
});
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
import { ButtonCSS, addTypography } from 'polythene-css';
addTypography();
ButtonCSS.addStyle('.blue-button', {
color_light_text: 'blue',
});