Add success dialog after key backup (#10177)
This commit is contained in:
parent
a854e941cc
commit
9b267e7bc4
11 changed files with 144 additions and 2 deletions
|
@ -29,10 +29,22 @@ limitations under the License.
|
|||
color: $accent;
|
||||
}
|
||||
|
||||
.mx_Icon_bg-accent-light {
|
||||
background-color: rgba($accent, 0.1);
|
||||
}
|
||||
|
||||
.mx_Icon_alert {
|
||||
color: $alert;
|
||||
}
|
||||
|
||||
.mx_Icon_circle-40 {
|
||||
border-radius: 20px;
|
||||
flex: 0 0 40px;
|
||||
height: 40px;
|
||||
padding: 0 12px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.mx_Icon_8 {
|
||||
flex: 0 0 8px;
|
||||
height: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue