popovers.less 574 B

1234567891011121314151617181920212223242526272829303132
  1. // Popovers
  2. // --------------------------------------------------
  3. .popover {
  4. border: 1px solid #black;
  5. .border-radius(3px);
  6. .box-shadow(0px 0px 0px 3px rgba(0,0,0,.1));
  7. }
  8. .popover-title {
  9. .user-card {
  10. margin-top: 2px;
  11. margin-bottom: -2px;
  12. font-weight: bold;
  13. font-size: 160%;
  14. .avatar-small {
  15. position: relative;
  16. bottom: 2px;
  17. }
  18. }
  19. }
  20. // Popover infocard
  21. // --------------------------------------------------
  22. .user-infocard {
  23. overflow: auto;
  24. .avatar-normal {
  25. float: left;
  26. }
  27. }