mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 15:29:31 +00:00
ADG-10295 add encryption settings page
This commit is contained in:
16
client_v2/src/components/Encryption/styles.module.pcss
Normal file
16
client_v2/src/components/Encryption/styles.module.pcss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user