0
Fork 0
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:
Gao Sun 2022-06-20 10:01:35 +08:00 committed by GitHub
parent ea1df2d253
commit bd724a5c4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}