mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 10:20:49 -05:00
added padding-top for system messages
This commit is contained in:
parent
2a7d367d1c
commit
2abafdbf64
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Navbar heading
|
// Navbar heading
|
||||||
//
|
//
|
||||||
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
|
// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy
|
||||||
|
@ -577,3 +576,7 @@
|
||||||
padding: @navbar-default-padding-v 0;
|
padding: @navbar-default-padding-v 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.system-messages {
|
||||||
|
padding-top: @header-height;
|
||||||
|
}
|
Loading…
Reference in a new issue