practicebrowse.css 1.2 KB

12345678910111213141516171819
  1. .breadcrumb{margin-bottom: 0;}
  2. #update-practice{color: #2E7FFF;}
  3. .update-practice{margin-right: 4px;}
  4. #search{width: 240px;}
  5. .input-group-addon .icon-search {color: #2E7FFF}
  6. .practices-panel{padding: 16px;}
  7. .practice{padding: 12px 16px;border: 1px solid #EEE;margin-bottom: 12px;}
  8. .flex{display: flex; align-items: center}
  9. .practice-title{color: #000; margin-right: 8px; font-size: 13px;line-height: 22px;}
  10. .labels {display: flex; flex-wrap: wrap;}
  11. .labels .label-item {padding: 0 4px; margin-right: 8px; font-size:12px; border-radius: 2px; line-height: 20px}
  12. .labels .label-item-secondary {color: #31BEEB; border: 1px solid #b3ebfd;}
  13. .labels .label-item-special {color: #A38CF8; border: 1px solid #e4ddfd;}
  14. .labels .label-item-primary {color: #66A2F8; border: 1px solid #d1e3fd; background: #fff;}
  15. .labels .label-item-primary:hover {color: #66A2F8; border: 1px solid #d1e3fd; background: #fff;}
  16. .labels .label-item-secondary:hover {color: #31BEEB; background: #fff;}
  17. .labels .label-item-special:hover {color: #A38CF8; background: #fff;}
  18. .practice-intro{color: #838A9D; margin-top: 3px; margin-bottom: 5px; white-space: nowrap; overflow: hidden;}
  19. .practice-contributor{color: #313C52; margin-top: 5px}