Skip to content

Commit

Permalink
Reduce padding for Progress Bar in mobile - fix elementor#1358
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk committed Feb 26, 2017
1 parent bd38fbb commit c766d9e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion assets/css/frontend-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/frontend-rtl.min.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion assets/css/frontend.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/frontend.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/dev/scss/frontend/widgets/progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@
height: 25px;
line-height: 25px;
}

.elementor-progress-text {
@include padding-start(10px);
}
}

0 comments on commit c766d9e

Please sign in to comment.