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:
parent
ee2578b6a1
commit
be56c75293
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue