Fix CSS specificity causing icon issues in e2e verification (#31542) (#31548)

(cherry picked from commit 0cfaeaa3a7)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
ElementRobot
2025-12-15 17:39:44 +01:00
committed by GitHub
parent 154baba303
commit 3fb0f65735

View File

@@ -11,18 +11,17 @@ Please see LICENSE files in the repository root for full details.
align-items: center;
}
.mx_CompleteSecurity_headerIcon {
.mx_E2EIcon.mx_CompleteSecurity_headerIcon {
width: 24px;
height: 24px;
margin-right: 4px;
display: inline-block;
}
.mx_CompleteSecurity_heroIcon {
.mx_E2EIcon.mx_CompleteSecurity_heroIcon {
width: 128px;
height: 128px;
margin: 0 auto;
display: inline-block;
}
.mx_CompleteSecurity_skip {