0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(ui): update social button style (#2910)

This commit is contained in:
simeng-li 2023-01-12 16:23:09 +08:00 committed by GitHub
parent 4130291359
commit 17879ad293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -17,10 +17,10 @@
overflow: hidden;
margin-left: _.unit(-6);
@include _.flex-row;
height: 100%;
span {
overflow: hidden;
text-overflow: ellipsis;
@include _.multi-line-ellipsis(2);
}
.placeHolder {

View file

@ -8,6 +8,7 @@
border-radius: var(--radius);
cursor: pointer;
font: var(--font-label-1);
line-height: 16px;
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
transition: background 0.2s ease-in-out;
@ -59,6 +60,7 @@
:global(body.desktop) {
.button {
font: var(--font-label-2);
line-height: 14px;
}
.primary {