0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-17 22:31:28 -05:00

style(console): update select component style (#2748)

This commit is contained in:
Xiao Yijun 2022-12-29 11:53:42 +08:00 committed by GitHub
parent 2773bf5ec7
commit 46260a3410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 _.unit(3);
padding: 0 _.unit(2) 0 _.unit(3);
background: var(--color-layer-1);
border: 1px solid var(--color-border);
border-radius: 6px;
@ -42,7 +42,7 @@
.icon {
display: flex;
margin-left: _.unit(3);
margin-left: _.unit(1);
color: var(--color-text-secondary);
}

View file

@ -22,7 +22,7 @@
align-items: center;
> * {
width: 104px;
width: 112px;
&:first-child {
margin-right: _.unit(2);