@@ -53,8 +53,8 @@ export const RawLayout = ({ children, title, className }: Props): JSX.Element =>
</Head>
<ThemeProvider theme={growiTheme}>
<div className={classNames.join(' ')} data-color-scheme={colorScheme}>
- {backgroundImageSrc != null && <div className="bg-image-wrapper">
- <Image className='bg-image' alt='background-image' src={backgroundImageSrc} layout='fill' quality="100" />
+ {backgroundImageSrc != null && <div className="grw-bg-image-wrapper">
+ <Image className='grw-bg-image' alt='background-image' src={backgroundImageSrc} layout='fill' quality="100" />
</div>}
{children}
</div>
@@ -34,13 +34,13 @@
}
.theme :global {
- .bg-image-wrapper {
+ .grw-bg-image-wrapper {
position: fixed;
width: 100%;
height: 100%;
- .bg-image {
+ .grw-bg-image {
object-fit: cover;
@@ -36,13 +36,13 @@ $color-link-wiki-hover: lighten($color-link-wiki, 15%);
@@ -28,7 +28,7 @@ $light: lighten($secondary, 10%);
@@ -19,13 +19,13 @@
// }
object-position: bottom;
@@ -7,7 +7,7 @@ $color-primary: #97cbc3;
$color-themelight: rgba(183, 226, 219, 1);
@@ -26,13 +26,13 @@ $accentcolor: #e08dbc;
@@ -35,13 +35,13 @@ $themecolor: #b9b177;
$themelight: #f5f3ee;
object-position: center center;