added btn style to custom footer
This commit is contained in:
parent
9b912f79d7
commit
ac2160030b
|
@ -1,5 +1,6 @@
|
||||||
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
|
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
|
||||||
import style from "./styles/footer.scss"
|
import style from "./styles/footer.scss"
|
||||||
|
import btnstyle from "./styles/buttons8831.scss"
|
||||||
import FooterLinksConstructor from "./Footer_links"
|
import FooterLinksConstructor from "./Footer_links"
|
||||||
import Btn8831 from "./Btn8831"
|
import Btn8831 from "./Btn8831"
|
||||||
|
|
||||||
|
@ -20,6 +21,6 @@ export default ((opts?: Options) => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
CustomFooter.css = style
|
CustomFooter.css = style + btnstyle
|
||||||
return CustomFooter
|
return CustomFooter
|
||||||
}) satisfies QuartzComponentConstructor
|
}) satisfies QuartzComponentConstructor
|
||||||
|
|
Loading…
Reference in a new issue