Factor out duplicated CSS for buttons in encryption settings (#29269)

* Factor out duplicated CSS for buttons in encryption settings

By adding a component to hold the common CSS

* Update snapshot

* Update snapshot

* More snapshots

* Split EncryptionCardButtons out to separate component

* Update imports
This commit is contained in:
David Baker
2025-02-18 11:01:48 +00:00
committed by GitHub
parent 90801eb38b
commit b7fea97bb6
9 changed files with 41 additions and 30 deletions

View File

@@ -69,11 +69,4 @@
flex-direction: column;
gap: var(--cpd-space-8x);
}
.mx_ChangeRecoveryKey_footer {
display: flex;
flex-direction: column;
gap: var(--cpd-space-4x);
justify-content: center;
}
}