Skip to content

Commit b80128a

Browse files
committed
added white type nav and footer
1 parent 331fa08 commit b80128a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

blastoff.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,10 @@ table tr:nth-child(2n) {
552552
pointer-events: auto;
553553
}
554554

555+
.navbar.white {
556+
background-color: #fff;
557+
}
558+
555559

556560

557561
.navbar.material {
@@ -727,6 +731,9 @@ footer.footer.material.inner {
727731
-moz-box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.33);
728732
box-shadow: inset 0px 10px 5px -8px rgba(0,0,0,0.33);
729733
}
734+
.footer.white {
735+
background-color: #fff;
736+
}
730737

731738
/* Helpers */
732739

0 commit comments

Comments
 (0)