mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Co-authored-by: robertpin <robert.pin9@gmail.com> Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com>
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%'
|
|
}
|
|
};
|