Skip to content

Commit

Permalink
test: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jan 30, 2024
1 parent 95538fd commit 9fa3848
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/SearchBlock/less/searchview.less
Expand Up @@ -51,22 +51,22 @@ body.searchlib-page {
}

.tab-icon .count {
font-size: 10px;
position: absolute;
z-index: 100;
top: auto;
bottom: -0.6em;
left: 100%;
width: 26px;
height: 26px;
border: 2px solid #3d5265;
margin-left: -1.5em;
background-color: @white;
border-radius: 50%;
color: #3d5265; // TODO: replace with @blue-grey-5 from volto-design-tokens
font-size: 10px;
font-weight: bold;
background-color: @white;
line-height: 23px;
top: auto;
border: 2px solid #3d5265;
color: #3d5265; // TODO: replace with @blue-grey-5 from volto-design-tokens
position: absolute;
bottom: -0.6em;
text-align: center;
z-index: 100;
left: 100%;
margin-left: -1.5em;
}
}

Expand Down

0 comments on commit 9fa3848

Please sign in to comment.