Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Oct 9, 2018
1 parent d438c87 commit 86c8163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion modules/gob-web/modules/area-of-study/area-of-study.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
height: 4px;
margin: 0 auto;

.area--summary:focus &, .area--summary:active & {
.area--summary:focus &,
.area--summary:active & {
box-shadow: 0 0 0 2px white;
}

Expand Down
5 changes: 2 additions & 3 deletions modules/gob-web/modules/area-of-study/requirement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
}

.result > .expression {
display: block;
}
display: block;
}

.requirement .requirement .result,
.requirement .requirement .message,
Expand Down Expand Up @@ -101,7 +101,6 @@
--requirement-primary-color: var(--gray-300);
}


.requirement .requirement .heading {
font-size: 0.9em;
margin: 0;
Expand Down

0 comments on commit 86c8163

Please sign in to comment.