.projects-page-actions { margin-bottom: 0; } .projects-sidebar { width: 260px; } .projects-list .page-actions { margin-bottom: 0; } .projects-empty-list { padding: 60px 0; border: 1px solid #e6e6e6; border-radius: 2px; text-align: center; color: #777; } .project-card { height: 115px; box-sizing: border-box; } .project-card-name { font-weight: 600; } .project-card-measures { margin: 0 -15px; } .project-card-measures .project-card-measure { width: 120px; box-sizing: border-box; padding: 0 15px; } .project-card-measures .project-card-measure:nth-child(-n+2) { width: 90px; } .project-card-measure { position: relative; display: inline-block; vertical-align: top; text-align: center; } .project-card-measure + .project-card-measure:before { position: absolute; top: 50%; left: 0; width: 0; height: 24px; margin-top: -12px; border-left: 1px solid #e6e6e6; content: ""; } .project-card-measure.pull-right:before { display: none; } .project-card-measure .level { margin-top: 0; margin-bottom: 0; } .project-card-measure-inner { display: inline-block; vertical-align: top; text-align: center; } .project-card-measure-number { line-height: 24px; font-size: 18px; } .project-card-measure-label { margin-top: 4px; font-size: 12px; } .project-card-languages { display: inline-block; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .project-card-quality-gate { line-height: 24px; } .project-card-not-analyzed { padding: 14px 0; } .projects-facet-header { padding-top: 10px; padding-bottom: 10px; transition: none; } .projects-facet-sort { float: right; font-weight: normal; font-size: 11px; color: #777; text-transform: lowercase; } .projects-facet-sort .button-group { margin-top: -3px; } .projects-facet-sort .button-small { padding: 0 6px; font-size: 11px; font-weight: normal; } .projects-facets-header { margin-bottom: 10px; padding: 10px 0; border-bottom: 1px solid #e6e6e6; } .projects-facet-search { position: relative; padding-top: 10px; padding-bottom: 10px; } .projects-facet-search .note { position: absolute; opacity: 0; left: 0; bottom: -7px; transition: opacity 0.3s ease; } .projects-facet-search input.touched ~ .note { opacity: 1; } .projects-facets-reset { float: right; } .projects-facets-reset .button { } .projects-facet-bar { display: inline-block; width: 60px; margin-left: 8px; } .projects-facet-bar-inner { min-width: 1px; height: 10px; background-color: #b4b4b4; transition: width 0.3s ease; } .search-navigator-facet.active .projects-facet-bar-inner, .search-navigator-facet-highlight-under.active ~ .search-navigator-facet .projects-facet-bar-inner { background-color: #4b9fd5; }