mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
FIX - align first Sky settings group
This commit is contained in:
@@ -34,8 +34,5 @@ describe('SettingsApp Sky UI contract', () => {
|
||||
expect(source).toMatch(
|
||||
/\.settings-content--subpage\s*\{[^}]*padding-top:\s*0/,
|
||||
)
|
||||
expect(source).toMatch(
|
||||
/\.settings-content--subpage[\s\S]*?:deep\(\s*\.sky-settings-group:first-child\s*>\s*\.sky-settings-group__title:first-child\s*\)\s*\{[^}]*margin-top:\s*0/,
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
@@ -1506,13 +1506,6 @@ onBeforeUnmount(() => {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.settings-content--subpage
|
||||
> :deep(
|
||||
.sky-settings-group:first-child > .sky-settings-group__title:first-child
|
||||
) {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.settings-copy {
|
||||
margin: 0 var(--sky-space-1) var(--sky-space-4);
|
||||
color: var(--sky-muted);
|
||||
|
||||
Reference in New Issue
Block a user