mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 11:59:17 +00:00
23 lines
277 B
Plaintext
23 lines
277 B
Plaintext
.title {
|
|
padding-bottom: 16px;
|
|
}
|
|
|
|
.description {
|
|
margin: 0;
|
|
padding: 0 16px 16px;
|
|
}
|
|
|
|
.useSavedKey {
|
|
padding: 8px 0 8px 32px;
|
|
}
|
|
|
|
.tooltipText:not(:last-child) {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|