Skip to content

Commit

Permalink
fix: typo content padding (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoktav committed Jul 26, 2020
1 parent bf672af commit e865aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/_core.scss
Expand Up @@ -382,7 +382,7 @@
z-index: 1; // prevent sucess icon overlapping the content
justify-content: $swal2-content-justify-content;
margin: $swal2-content-margin;
padding: $swal2-content-pading;
padding: $swal2-content-padding;
color: $swal2-content-color;
font-size: $swal2-content-font-size;
font-weight: $swal2-content-font-weight;
Expand Down
2 changes: 1 addition & 1 deletion src/variables.scss
Expand Up @@ -54,7 +54,7 @@ $swal2-title-font-size: 1.875em !default;
// CONTENT
$swal2-content-justify-content: center !default;
$swal2-content-margin: 0 !default;
$swal2-content-pading: 0 1.6em !default;
$swal2-content-padding: 0 1.6em !default;
$swal2-content-color: lighten($swal2-black, 33) !default;
$swal2-content-font-size: 1.125em !default;
$swal2-content-font-weight: normal !default;
Expand Down

0 comments on commit e865aef

Please sign in to comment.