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:
parent
4130291359
commit
17879ad293
2 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue