ADG-10295 add encryption settings page

This commit is contained in:
Ildar Kamalov
2025-08-13 19:28:46 +03:00
parent 3f6d759b7f
commit cff3f45883
29 changed files with 980 additions and 82 deletions

View File

@@ -0,0 +1,16 @@
.title {
padding-bottom: 16px;
}
.description {
margin: 0;
padding: 0 16px 16px;
}
.useSavedKey {
padding: 8px 0 8px 32px;
}
.tooltipText:not(:last-child) {
margin-bottom: 16px;
}