Skip to content
Snippets Groups Projects
Unverified Commit a9231daa authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #353 from ASCWebServices/canini-2

fixing people filter checkbox styles
parents b7c9b394 d172199c
No related branches found
No related tags found
No related merge requests found
...@@ -685,10 +685,10 @@ ...@@ -685,10 +685,10 @@
&:checked:after { &:checked:after {
content: '\2713'; content: '\2713';
font-size: 14px; font-size: 18px;
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 3px; left: 4px;
color: $white; color: $white;
} }
} }
......
...@@ -11060,10 +11060,10 @@ article .field--name-body { ...@@ -11060,10 +11060,10 @@ article .field--name-body {
/* line 686, ../assets/sass/components/_filters.scss */ /* line 686, ../assets/sass/components/_filters.scss */
#views-exposed-form-people-directory-page-1 .form-checkbox:checked:after { #views-exposed-form-people-directory-page-1 .form-checkbox:checked:after {
content: '\2713'; content: '\2713';
font-size: 14px; font-size: 18px;
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 3px; left: 4px;
color: #ffffff; color: #ffffff;
} }
@media (max-width: 768px) { @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