mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
style updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user