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:
parent
0141077f4a
commit
993298792d
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue