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:
parent
2773bf5ec7
commit
46260a3410
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
align-items: center;
|
||||
|
||||
> * {
|
||||
width: 104px;
|
||||
width: 112px;
|
||||
|
||||
&:first-child {
|
||||
margin-right: _.unit(2);
|
||||
|
|
Loading…
Add table
Reference in a new issue