Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
16 lines
267 B
TypeScript
16 lines
267 B
TypeScript
export default {
|
|
|
|
/**
|
|
* {@code BrandingImageBackground} Style.
|
|
*/
|
|
brandingImageBackgroundSvg: {
|
|
position: 'absolute'
|
|
},
|
|
|
|
brandingImageBackground: {
|
|
height: '100%',
|
|
position: 'absolute',
|
|
width: '100%'
|
|
}
|
|
};
|