1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

importer instructions

This commit is contained in:
Kyle Spearrin
2017-01-04 00:11:27 -05:00
parent 0914776152
commit ac6a3caa8f
5 changed files with 155 additions and 68 deletions

View File

@@ -112,6 +112,23 @@ form .btn .loading-icon {
text-align: left;
}
/* Callouts */
.callout.callout-default {
&:extend(.bg-gray-light);
border-color: darken(@gray, 10%);
a {
color: @link-color;
}
a:hover,
a:active,
a:focus {
color: @link-hover-color;
}
}
/* Toastr */
#toast-container {