Skip to content

Commit

Permalink
fix(modal): fix modal closebtn style
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuozhili committed Jun 9, 2020
1 parent 4812305 commit 742142f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/components/Modal/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@
font-size: $font-size-lg;
font-weight: $font-weight-bold;
@include neufactory-noactive($white,$neu-whiteshadow1,$neu-whiteshadow2);
.bigbear-icon{
margin-right: 10px;
}
.bigbear-modal-closebtn{
position: absolute;
right: $modal-padding ;
top:$modal-padding ;
.bigbear-icon{
margin-right: 0px;
}
}
.bigbear-icon{
margin-right: 10px;
}

}
.bigbear-modal-children{
padding:$modal-padding;
Expand Down

0 comments on commit 742142f

Please sign in to comment.