mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
no items icon
This commit is contained in:
parent
5e7ac7a7ec
commit
e64b19e3f4
@ -22,6 +22,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div *ngIf="searchedCiphers.length === 0" class="no-items">
|
||||
<i class="fa fa-frown-o fa-4x"></i>
|
||||
<p>{{'noItemsInList' | i18n}}</p>
|
||||
<button (click)="addCipher()" class="btn block primary link">{{'addItem' | i18n}}</button>
|
||||
</div>
|
||||
|
@ -115,6 +115,11 @@
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
padding: 0 10px;
|
||||
|
||||
.fa {
|
||||
margin-bottom: 10px;
|
||||
color: $list-icon-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user