web: move alert styles out from the `.theme-redesign`
Created by: valerybugakov
Changes
- Moved alert styles out from the
.theme-redesign
. - Remove
.theme-redesign
selector fromGlobalAlerts.scss
. - Removed usage of the Bootstrap alert mixin because we used only a couple of CSS rules from there.
Part of the https://github.com/sourcegraph/sourcegraph/issues/20847.