mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
refactor(console): improve tab item click area (#1148)
This commit is contained in:
parent
ea1df2d253
commit
bd724a5c4f
1 changed files with 6 additions and 2 deletions
|
@ -2,13 +2,17 @@
|
|||
|
||||
.link {
|
||||
font: var(--font-subhead-2);
|
||||
margin-right: _.unit(6);
|
||||
padding-bottom: _.unit(1);
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: _.unit(6);
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
color: var(--color-caption);
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
padding-bottom: _.unit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue