1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Beeep/remove sad faces (#1255)

* Replace sad face with searching image

* Change css variable name

* Added aria-hidden="true" to images

* Run prettier
This commit is contained in:
Robyn MacCallum
2022-01-21 14:37:28 -05:00
committed by GitHub
parent a64273f829
commit 33704b016f
6 changed files with 79 additions and 2 deletions

View File

@@ -303,6 +303,12 @@ app-root {
text-align: center;
padding: 0 10px;
.no-items-image {
@include themify($themes) {
content: url("../images/search-desktop" + themed("svgSuffix"));
}
}
.fa {
margin-bottom: 10px;