Change onboarding prompt to follow suggestions carousel in web UI (#28878)
This commit is contained in:
parent
7316a08380
commit
9cdc60ecc6
17 changed files with 507 additions and 138 deletions
|
@ -578,3 +578,16 @@ html {
|
|||
.poll__option input[type='text'] {
|
||||
background: darken($ui-base-color, 10%);
|
||||
}
|
||||
|
||||
.inline-follow-suggestions {
|
||||
background-color: rgba($ui-highlight-color, 0.1);
|
||||
border-bottom-color: rgba($ui-highlight-color, 0.3);
|
||||
}
|
||||
|
||||
.inline-follow-suggestions__body__scrollable__card {
|
||||
background: $white;
|
||||
}
|
||||
|
||||
.inline-follow-suggestions__body__scroll-button__icon {
|
||||
color: $white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue