Skip to content

Commit

Permalink
changes welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
nandotess committed Sep 28, 2017
1 parent d1f1798 commit c68562a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin/maps/welcome.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/admin/welcome-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@

.appearance_page_lsx-welcome #wpbody .box:before { content: "\f324"; display: block; position: absolute; top: 30px; left: 30px; font-size: 1.618em; font-family: 'Dashicons'; font-weight: 400; -webkit-font-smoothing: antialiased; }

.appearance_page_lsx-welcome #wpbody .box.enrich:before { content: ""; }
.appearance_page_lsx-welcome #wpbody .box.enrich:before { content: "\f116"; }

.appearance_page_lsx-welcome #wpbody .box.news:before { content: "\f319"; }

.appearance_page_lsx-welcome #wpbody .box.enhance:before { content: ""; }
.appearance_page_lsx-welcome #wpbody .box.enhance:before { content: "\f106"; }

.appearance_page_lsx-welcome #wpbody .box.mailchimp:before { content: ""; }

Expand Down
4 changes: 2 additions & 2 deletions assets/css/admin/welcome.css

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

6 changes: 2 additions & 4 deletions assets/css/admin/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,11 @@
-webkit-font-smoothing: antialiased;
}

//&.enrich:before { content: "\f513"; }
&.enrich:before { content: ""; }
&.enrich:before { content: "\f116"; }

&.news:before { content: "\f319"; }

//&.enhance:before { content: "\f106"; }
&.enhance:before { content: ""; }
&.enhance:before { content: "\f106"; }

//&.mailchimp:before { content: "\f465"; }
&.mailchimp:before { content: ""; }
Expand Down

0 comments on commit c68562a

Please sign in to comment.