navbar.less 337 B

123456789101112131415161718192021
  1. //
  2. // Flavor Navbar
  3. // --------------------------------------------------
  4. .navbar-misago {
  5. border-bottom: none;
  6. }
  7. // Round up user's avatar
  8. .navbar-misago .user-avatar {
  9. background: #fff;
  10. border-radius: @border-radius-small;
  11. }
  12. // Round up brand's icon
  13. .navbar-misago .brand-link img {
  14. border-radius: @border-radius-small;
  15. }