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

ui tweaks

This commit is contained in:
Kyle Spearrin
2017-04-12 21:58:36 -04:00
parent b9f6351720
commit ce64601e38
5 changed files with 38 additions and 11 deletions

View File

@@ -244,7 +244,7 @@ form .btn .loading-icon {
/* Callouts */
.callout.callout-default {
&:extend(.bg-gray-light);
background-color: #fff;
border-color: darken(@gray, 10%);
a {
@@ -258,6 +258,14 @@ form .btn .loading-icon {
}
}
.modal .callout.callout-default, .box .callout.callout-default {
&:extend(.bg-gray-light);
.btn-default:not(:hover) {
background-color: #ffffff;
}
}
.callout a.btn {
text-decoration: none;
@@ -294,6 +302,10 @@ form .btn .loading-icon {
top: 5px;
}
.box-body p:last-child {
margin-bottom: 0;
}
/* Toastr */
#toast-container {