Skip to content

Commit

Permalink
Refs #139198 - Styles section for tabs menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 8, 2021
1 parent 44ff3b8 commit c9d7ee9
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@sf-dark-azure: #267f7c;
@sf-blue: #0f4b87;
@sf-medium-gray: #cccccc;
@sf-medium-gray2: #606060;
@sf-medium-gray2: #808080;
@sf-dark-gray: #303030;
@sf-medium-blue: #1c6ca4;

Expand Down Expand Up @@ -93,26 +93,44 @@ div#page-document {
}

div.content-section-tabs.menu {
overflow: hidden; // TODO limit the number of items I guess
width: 100%;
max-width: 100%;
border-top: none;
border-right: none;
border-bottom: 1px solid @sf-light-gray2;
border-left: none;
margin-left: 10px;
border-radius: 0px;
box-shadow: none;

a.item {
border-bottom: 3px solid white;
padding: 0px;
margin-right: 20px;
border-bottom: 4px solid white;
margin-right: 3em;
border-radius: 0px;
color: @sf-dark-gray;
font-size: 14px;

&:hover {
background: white;
}

&:before {
display: none;
}

&.active {
border-bottom: 3px solid @sf-azure;
border-bottom: 4px solid @sf-azure;
}

span.title {
margin-right: 5px;
}

span.count {
color: @sf-medium-gray2;
font-weight: 400;
}
}
}
Expand Down

0 comments on commit c9d7ee9

Please sign in to comment.