mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
fix(console): connector card item style (#1192)
This commit is contained in:
parent
deb4ec5f38
commit
ed3c93afdc
2 changed files with 11 additions and 4 deletions
|
@ -33,6 +33,8 @@
|
|||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
background-color: var(--color-layer-2);
|
||||
border-color: var(--color-layer-2);
|
||||
outline: unset;
|
||||
}
|
||||
|
||||
&:not(.disabled):focus {
|
||||
|
|
|
@ -9,12 +9,17 @@
|
|||
|
||||
.logo {
|
||||
margin: _.unit(2);
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 8px;
|
||||
background-color: var(--color-hover);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue