Skip to content

Commit

Permalink
Refs #140518 - Move Include Archived facet.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 18, 2021
1 parent 3fef3d3 commit 8d4fc7d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,50 @@ div#page-document {
display: block;
margin-bottom: 10px;

div#archived-facet {
margin: 0px 15px 0px 10px;
float: right;

label {
padding-left: 2.1rem;
color: @sf-dark-gray !important;
font-size: 12px !important;

&:before {
position: absolute;
top: 6px;
width: 1.7rem;
height: 0.6rem !important;
background: @sf-medium-gray2 !important;
box-shadow: 0px 0px 0px 2px @sf-medium-gray2 !important;
}

&:after {
position: absolute;
top: 6px;
width: 0.6rem !important;
height: 0.6rem !important;
background: white;
}
}

div.checked {
label {
color: @sf-azure !important;
font-weight: 600;

&:before {
background-color: @sf-azure !important;
box-shadow: 0px 0px 0px 2px @sf-azure !important;
}

&:after {
left: 1.1rem !important;
}
}
}
}

div.view-selector {
width: auto !important;
padding-left: 0px !important;
Expand Down

0 comments on commit 8d4fc7d

Please sign in to comment.