feat(plugin-scalebox): Switched to utility classes for styling
This commit is contained in:
parent
443aff2941
commit
ab0697e94c
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
- Added (esm) unit tests
|
||||
|
||||
### Changed
|
||||
|
||||
- Add utility classes and CSS variables for better styling support
|
||||
|
||||
## 2.11.3 (2021-01-16)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -97,7 +97,7 @@ export default function (so) {
|
|||
this.points.__scaleboxText.attr('data-text', 'supportFreesewingBecomeAPatron')
|
||||
this.points.__scaleboxLink = this.points.__scaleboxLink
|
||||
.attr('data-text', 'freesewing.org/patrons/join')
|
||||
.attr('data-text-class', 'text-xs fill-note')
|
||||
.attr('data-text-class', 'text-sm fill-note')
|
||||
}
|
||||
this.points.__scaleboxText.attr('data-text-class', 'text-xs').attr('data-text-lineheight', 4)
|
||||
// Instructions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue