diff --git a/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/latest-news.component.scss b/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/latest-news.component.scss index 63052561..58c698a7 100644 --- a/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/latest-news.component.scss +++ b/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/latest-news.component.scss @@ -48,12 +48,8 @@ ion-card { padding-top: 0.5rem; } -.latest-news-horizontally-style { - - .link-button { - min-height: auto; - margin: 0 0 0.5rem; - --padding-end: 0.7rem; - } - +.link-button { + min-height: auto; + margin: 0 0 0.5rem; + --padding-end: 0.7rem; } diff --git a/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/rss.page.scss b/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/rss.page.scss index 3782e325..23dc009c 100644 --- a/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/rss.page.scss +++ b/dev/user-frontend-ionic/src/theme/app-theme-dist/styles/rss/rss.page.scss @@ -77,11 +77,7 @@ ion-card { max-height: 500px !important; } -.rss-page-horizontally-style { - - .link-button { - min-height: auto; - margin: 0 0 0.5rem; - } - -} \ No newline at end of file +.link-button { + min-height: auto; + margin: 0 0 0.5rem; +}