"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7328/react/features/dynamic-branding/components/native/styles.ts" (8 Jun 2023, 267 Bytes) of package /linux/misc/jitsi-meet-7328.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 export default {
    2 
    3     /**
    4      * {@code BrandingImageBackground} Style.
    5      */
    6     brandingImageBackgroundSvg: {
    7         position: 'absolute'
    8     },
    9 
   10     brandingImageBackground: {
   11         height: '100%',
   12         position: 'absolute',
   13         width: '100%'
   14     }
   15 };