1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 05:43:20 +00:00

style fixes

This commit is contained in:
Kyle Spearrin
2017-05-23 00:13:26 -04:00
parent 1eb1ba5794
commit 8103cf92b1

View File

@@ -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;