Skip to content
Snippets Groups Projects
Commit d172199c authored by Brian Canini's avatar Brian Canini
Browse files

fixing people filter checkbox styles

parent b7c9b394
No related branches found
No related tags found
No related merge requests found
......@@ -685,10 +685,10 @@
&:checked:after {
content: '\2713';
font-size: 14px;
font-size: 18px;
position: absolute;
top: 0px;
left: 3px;
left: 4px;
color: $white;
}
}
......
......@@ -11060,10 +11060,10 @@ article .field--name-body {
/* line 686, ../assets/sass/components/_filters.scss */
#views-exposed-form-people-directory-page-1 .form-checkbox:checked:after {
content: '\2713';
font-size: 14px;
font-size: 18px;
position: absolute;
top: 0px;
left: 3px;
left: 4px;
color: #ffffff;
}
@media (max-width: 768px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment