aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2023-05-02 01:26:31 +0200
committerGravatar garronej <[email protected]>2023-05-02 01:26:31 +0200
commit18507a2e619eec49effd302135831aadf5ff04fb (patch)
tree484b1f44675c15d29bd30a0da4a26660ccab0adc /src
parentRephrase comments (diff)
Add extra comments
Diffstat (limited to 'src')
-rw-r--r--src/keycloak-theme/account/KcApp.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/keycloak-theme/account/KcApp.css b/src/keycloak-theme/account/KcApp.css
index 0185787..860849b 100644
--- a/src/keycloak-theme/account/KcApp.css
+++ b/src/keycloak-theme/account/KcApp.css
@@ -1,4 +1,8 @@
-
+/*
+If you use global CSS like we do here(not recommended)
+Be mindful that the CSS of the login theme may clash with the CSS of the account theme in Storybook (and only in storybook).
+This is why I made sure to use .my-root-account-class instead of .my-root-class that is already used in the login theme.
+*/
.my-root-account-class {
background: url(./assets/background.svg) no-repeat center center fixed;