0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(console): role scopes item padding (#2977)

This commit is contained in:
Xiao Yijun 2023-01-18 11:51:57 +08:00 committed by GitHub
parent 0141077f4a
commit 993298792d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,19 +1,19 @@
@use '@/scss/underscore' as _;
.resourceItem {
padding: 0 _.unit(4);
user-select: none;
.title {
display: flex;
align-items: center;
padding: _.unit(1.5) 0;
padding: _.unit(1.5) _.unit(4);
.resource {
flex: 1;
display: flex;
align-items: center;
cursor: pointer;
overflow: hidden;
.caret {
margin-right: _.unit(2);

View file

@ -3,7 +3,7 @@
.sourceScopeItem {
display: flex;
align-items: center;
padding: _.unit(1.5) 0 _.unit(1.5) _.unit(7.5);
padding: _.unit(1.5) _.unit(4) _.unit(1.5) _.unit(11.5);
.name {
font: var(--font-body-medium);