added padding-top for system messages

This commit is contained in:
Henry Oswald 2018-03-07 17:27:32 +00:00
parent 2a7d367d1c
commit 2abafdbf64

View file

@ -22,7 +22,6 @@
}
}
// Navbar heading
//
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
@ -577,3 +576,7 @@
padding: @navbar-default-padding-v 0;
}
}
.system-messages {
padding-top: @header-height;
}