Skip to content

Commit

Permalink
Increase specificity of modal close button [#157978614]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming Xiao authored and pivotal committed Jun 21, 2018
1 parent 0a7502a commit de00535
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
&.pui-modal-sm {
width: $modal-sm;
}
}

.pui-modal-close-btn {
position: absolute;
right: $base-unit * 2;
top: $base-unit * 2;
.pui-modal-close-btn {
position: absolute;
right: $base-unit * 2;
top: $base-unit * 2;
}
}

.pui-modal-header {
Expand Down

0 comments on commit de00535

Please sign in to comment.