1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-17 01:31:25 +01:00

adjusted info toast styling

This commit is contained in:
Kyle Spearrin 2016-09-21 22:31:23 -04:00
parent 6361a36f81
commit b2eb7910ee
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
background-color: @brand-info;
&:before {
content: "\f005";
content: "\f05a";
}
}

View File

@ -14,6 +14,6 @@
@brand-primary: #3c8dbc;
@brand-danger: #dd4b39;
@brand-success: #00a65a;
@brand-info: #00c0ef;
@brand-info: #555555;
@brand-warning: #f39c12;
@brand-primary-accent: #286090;