web: move code-intel bottom panel styles out from the `.theme-redesign`
Created by: valerybugakov
Changes
- Moved
Panel
styles out from the.theme-redesign
. - Converted
Panel
styles to CSS modules. - Converted
Resizable
component styles to CSS modules to avoid specificity issues withPanel
styles.
Part of the https://github.com/sourcegraph/sourcegraph/issues/20847.