[feature] info pages redesign (#306)

* feat(skin-info): initial page redesign

* feat(skin-info): improve page header & colors

* feat(skin-info): optimize splash loading

* feat(skin-info): add product schema

* feat(skin-info): add faq section

* feat(champ-info): full page redesign

* fix: remove unused splash_color

* feat(icon-info): full page redesign

* feat(skin-info): convert RP to EUR in skin schema

* fix: prevent error on missing element
This commit is contained in:
Rico
2025-05-16 15:13:53 +02:00
committed by GitHub
parent 9745765875
commit 84da1cc6d2
10 changed files with 1534 additions and 415 deletions

View File

@@ -164,3 +164,8 @@ ins.adsbygoogle[data-ad-status="unfilled"] {
background-color: rgba(0, 0, 0, 0.02);
border-radius: 4px;
}
#skinsElement {
overflow-y: auto;
overflow-x: auto;
}