1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

style updates

This commit is contained in:
Kyle Spearrin
2016-10-11 22:46:44 -04:00
parent 9406afe1f5
commit 0e13758779
3 changed files with 20 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ body {
font-family: $font-family-sans-serif;
font-size: 15px;
background-color: #fafafa;
@media(min-width:768px) {
margin-bottom: 101px;
}
@@ -71,6 +71,14 @@ a {
text-decoration: underline;
}
}
.navbar-toggle {
border-color: darken($brand-dark-accent, 5%);
}
.navbar-toggle:focus, .navbar-toggle:hover {
background-color: $brand-secondary;
}
}
.search-header {
@@ -148,3 +156,9 @@ footer {
.breadcrumb {
border: 1px solid #ddd;
}
@media (max-width: 767px) {
.fa-support.visible-xs {
display: inline-block !important;
}
}