Skip to content

Commit

Permalink
Refs #139198 - Modal styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Oct 12, 2021
1 parent a185b16 commit 5797bf9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,33 @@ div.ui.modal.facet {
font-size: 14px;

label {
padding-left: 3.5rem;
color: @sf-dark-gray !important;

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

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

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

Expand Down

0 comments on commit 5797bf9

Please sign in to comment.