You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.ts 267B

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