mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
importer instructions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user