0
Fork 0
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:
Xiao Yijun 2022-06-22 10:53:14 +08:00 committed by GitHub
parent deb4ec5f38
commit ed3c93afdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View file

@ -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 {

View file

@ -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;
}
}