Skip to content

Commit

Permalink
PR Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanarldt committed Oct 9, 2021
1 parent e2e2d37 commit 0ad2dd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/common/_focus-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border-width: remCalc(10px);
content: " ";
position: absolute;
right: 20%;
right: 0;
top: 50%;
}

Expand All @@ -18,7 +18,7 @@
font-size: 1rem;
padding: remCalc(4px) remCalc(6px);
position: absolute;
right: 20%;
right: 0;
top: 100%;
white-space: nowrap;
}
Expand Down
8 changes: 8 additions & 0 deletions assets/scss/components/foundation/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
&:hover {
color: stencilColor("icon-color-hover");
}

&::before {
right: calc(50% - 0.7rem);
}

&::after {
right: calc(50% - 0.7rem);
}
}

.modal-body {
Expand Down

0 comments on commit 0ad2dd4

Please sign in to comment.