mirror of
https://github.com/bitwarden/help
synced 2025-12-11 05:43:20 +00:00
style fixes
This commit is contained in:
@@ -48,7 +48,7 @@ body {
|
||||
.navbar-collapse {
|
||||
background-color: $brand-primary-accent;
|
||||
border: 0;
|
||||
@include box-shadow("inset 0 10px 10px -10px rgba(0,0,0,.35), inset 0 -10px 10px -10px rgba(0,0,0,.35);");
|
||||
@include box-shadow(inset 0 10px 10px -10px rgba(0,0,0,.35), inset 0 -10px 10px -10px rgba(0,0,0,.35));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -238,7 +238,7 @@ footer {
|
||||
@media(max-width:$screen-xs-max) {
|
||||
&.panel {
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
@include box-shadow(none);
|
||||
|
||||
.panel-body {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user