page-header.less 371 B

12345678910111213141516171819202122232425262728
  1. //
  2. // Page Header
  3. // --------------------------------------------------
  4. .page-header {
  5. margin-top: @line-height-computed * -1;
  6. h1 {
  7. font-size: @font-size-base * 2;
  8. }
  9. .list-unstyled {
  10. .material-icons {
  11. top: 0px;
  12. }
  13. }
  14. }
  15. // Even floats {
  16. .page-header {
  17. .container {
  18. &>.pull-right {
  19. margin-top: @line-height-computed;
  20. }
  21. }
  22. }