diff --git a/apps/events-helsinki/src/styles/globals.scss b/apps/events-helsinki/src/styles/globals.scss index 9fbcf10b2..c5830b21c 100644 --- a/apps/events-helsinki/src/styles/globals.scss +++ b/apps/events-helsinki/src/styles/globals.scss @@ -72,3 +72,16 @@ button { font-size: var(--fontsize-heading-xl-mobile) !important; } } + +article figure { + /* TODO: remove when fixed in HCRC */ + display: grid !important; +} + +aside { + div > button > div { + /* TODO: remove when fixed in HCRC */ + width: 40px !important; + height: 40px !important; + } +} diff --git a/apps/hobbies-helsinki/src/styles/globals.scss b/apps/hobbies-helsinki/src/styles/globals.scss index 0b50e2e91..d69ba4451 100644 --- a/apps/hobbies-helsinki/src/styles/globals.scss +++ b/apps/hobbies-helsinki/src/styles/globals.scss @@ -73,3 +73,16 @@ button { font-size: var(--fontsize-heading-xl-mobile) !important; } } + +article figure { + /* TODO: remove when fixed in HCRC */ + display: grid !important; +} + +aside { + div > button > div { + /* TODO: remove when fixed in HCRC */ + width: 40px !important; + height: 40px !important; + } +} diff --git a/apps/sports-helsinki/src/styles/globals.scss b/apps/sports-helsinki/src/styles/globals.scss index 61b0c4ad3..a5eecb41a 100644 --- a/apps/sports-helsinki/src/styles/globals.scss +++ b/apps/sports-helsinki/src/styles/globals.scss @@ -72,3 +72,16 @@ button { font-size: var(--fontsize-heading-xl-mobile) !important; } } + +article figure { + /* TODO: remove when fixed in HCRC */ + display: grid !important; +} + +aside { + div > button > div { + /* TODO: remove when fixed in HCRC */ + width: 40px !important; + height: 40px !important; + } +} diff --git a/packages/components/src/styles/globals.scss b/packages/components/src/styles/globals.scss index 746e154cd..ae6361259 100644 --- a/packages/components/src/styles/globals.scss +++ b/packages/components/src/styles/globals.scss @@ -23,3 +23,16 @@ button { background-color: transparent; cursor: pointer; } + +article figure { + /* TODO: remove when fixed in HCRC */ + display: grid !important; +} + +aside { + div > button > div { + /* TODO: remove when fixed in HCRC */ + width: 40px !important; + height: 40px !important; + } +} \ No newline at end of file