| .all-sites { | |
| box-sizing: border-box; | |
| display: flex; | |
| flex: 1 0 auto; | |
| justify-content: space-between; | |
| padding: 0; | |
| position: relative; | |
| .all-sites__title { | |
| display: flex; | |
| align-items: center; | |
| .all-sites__title-chevron-icon { | |
| margin-inline-start: 12px; | |
| } | |
| } | |
| .all-sites__content { | |
| padding: 13px 4px 13px 16px; | |
| cursor: pointer; | |
| } | |
| .all-sites__domain { | |
| display: inline-block; | |
| margin-right: 8px; | |
| } | |
| .all-sites__info { | |
| display: flex; | |
| align-items: center; | |
| line-height: 22px; | |
| } | |
| a:hover { | |
| background-color: var(--color-sidebar-menu-hover-background); | |
| } | |
| } | |
| .all-sites .count { | |
| align-items: center; | |
| align-self: center; | |
| border-radius: 0; | |
| display: inline-flex; | |
| margin-right: 8px; | |
| padding: 0; | |
| height: 32px; | |
| width: 32px; | |
| justify-content: center; | |
| } | |