Display SMS/MMS disclaimer in empty search results
This commit is contained in:
parent
d1d53b645d
commit
80da8bb47b
10 changed files with 113 additions and 16 deletions
|
@ -7331,6 +7331,16 @@ button.module-image__border-overlay:focus {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
.module-left-pane__no-search-results__sms-only {
|
||||
margin-top: 12px;
|
||||
@include light-theme {
|
||||
color: $color-gray-60;
|
||||
}
|
||||
@include dark-theme {
|
||||
color: $color-gray-25;
|
||||
}
|
||||
}
|
||||
|
||||
.module-left-pane__compose-search-form {
|
||||
&__input {
|
||||
flex-grow: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue