0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00

fix(console): fix margin for SIE section (#1212)

This commit is contained in:
Wang Sijie 2022-06-24 10:24:06 +08:00 committed by GitHub
parent ee2578b6a1
commit be56c75293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,11 @@
.title {
@include _.subhead-cap;
color: var(--color-neutral-variant-60);
margin-top: _.unit(8);
margin-top: _.unit(12);
&:first-child {
margin-top: _.unit(6);
}
}
.primaryTag {