1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/+preferences/preferences.scss
Roman 6fd9b7cf76 preferences page -- part 2
Signed-off-by: Roman <ixrock@gmail.com>
2020-07-23 16:01:32 +03:00

23 lines
282 B
SCSS

.Preferences {
h2 {
&:not(:first-child) {
margin-top: $padding * 3;
}
}
.info-block {
--flex-gap: #{$padding};
}
.repos {
--flex-gap: #{$padding};
> .title {
font-style: italic;
}
.Badge {
margin: $padding / 2;
}
}
}