1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

style updates

This commit is contained in:
Kyle Spearrin
2018-06-06 17:42:42 -04:00
parent b0f683bacf
commit ecddc1691f
2 changed files with 10 additions and 2 deletions

View File

@@ -32,6 +32,9 @@ $list-group-active-border-color: rgba(#000000, .125);
$dropdown-link-hover-color: #ffffff;
$dropdown-link-hover-bg: #3c8dbc;
$navbar-brand-font-size: 35px;
$navbar-brand-height: 35px;
$navbar-brand-padding-y: 0;
$navbar-dark-color: rgba(#ffffff, .7);
$navbar-dark-hover-color: rgba(#ffffff, .9);
@@ -50,6 +53,11 @@ body {
padding-right: 0;
}
.navbar-brand {
margin-top: -20px;
margin-bottom: -20px;
}
.container {
width: 980px;
max-width: none !important;