Skip to content

Commit

Permalink
Merge 4950a25 into acb46fd
Browse files Browse the repository at this point in the history
  • Loading branch information
bfocht committed Jan 6, 2019
2 parents acb46fd + 4950a25 commit 8882f12
Show file tree
Hide file tree
Showing 19 changed files with 486 additions and 186 deletions.
20 changes: 1 addition & 19 deletions .dev/sass/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,7 @@ body {
&.post-type-reseller_product {
.rstore-product-icons {

.svg-fill-primary-o {
fill: #3690FF;
}

.svg-fill-black {
fill: #000000;
}

.svg-fill-grey {
fill: #111111;
}

.svg-fill-white {
fill: #FFFFFF;
}

.svg-fill-wordpress {
fill: #00749a;
}
@import "partials/icon-colors";
}

.rstore-blank {
Expand Down
27 changes: 27 additions & 0 deletions .dev/sass/partials/icon-colors.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.svg-fill-primary-o {
fill: #3690FF;
}

.svg-fill-black {
fill: #000000;
}

.svg-fill-gray-light {
fill: #AEA99C;
}

.svg-fill-white {
fill: #FFFFFF;
}

.svg-fill-wordpress {
fill: #00749A;
}

.svg-fill-cpanel {
fill: #F26C31;
}

.svg-fill-windows {
fill: #F22307;
}
20 changes: 1 addition & 19 deletions .dev/sass/partials/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,6 @@
margin-left: auto;
margin-right: auto;

.svg-fill-primary-o {
fill: #3690FF;
}

.svg-fill-black {
fill: #000000;
}

.svg-fill-grey {
fill: #111111;
}

.svg-fill-white {
fill: #FFFFFF;
}

.svg-fill-wordpress {
fill: #00749a;
}
@import "icon-colors";
}
}
20 changes: 1 addition & 19 deletions .dev/src/blocks/product/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,6 @@
margin-left: auto;
margin-right: auto;

.svg-fill-primary-o {
fill: #3690FF;
}

.svg-fill-black {
fill: #000000;
}

.svg-fill-grey {
fill: #111111;
}

.svg-fill-white {
fill: #FFFFFF;
}

.svg-fill-wordpress {
fill: #00749a;
}
@import "../../../sass/partials/icon-colors";
}
}
12 changes: 9 additions & 3 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ body.post-type-reseller_product .rstore-product-icons .svg-fill-primary-o {
body.post-type-reseller_product .rstore-product-icons .svg-fill-black {
fill: #000000; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-grey {
fill: #111111; }
body.post-type-reseller_product .rstore-product-icons .svg-fill-gray-light {
fill: #AEA99C; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-white {
fill: #FFFFFF; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-wordpress {
fill: #00749a; }
fill: #00749A; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-cpanel {
fill: #F26C31; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-windows {
fill: #F22307; }

body.post-type-reseller_product .rstore-blank {
margin-top: 50px;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin-rtl.min.css

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

12 changes: 9 additions & 3 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ body.post-type-reseller_product .rstore-product-icons .svg-fill-primary-o {
body.post-type-reseller_product .rstore-product-icons .svg-fill-black {
fill: #000000; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-grey {
fill: #111111; }
body.post-type-reseller_product .rstore-product-icons .svg-fill-gray-light {
fill: #AEA99C; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-white {
fill: #FFFFFF; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-wordpress {
fill: #00749a; }
fill: #00749A; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-cpanel {
fill: #F26C31; }

body.post-type-reseller_product .rstore-product-icons .svg-fill-windows {
fill: #F22307; }

body.post-type-reseller_product .rstore-blank {
margin-top: 50px;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

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

10 changes: 7 additions & 3 deletions assets/css/blocks-editor-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/blocks-editor-rtl.min.css

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

10 changes: 7 additions & 3 deletions assets/css/blocks-editor.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/blocks-editor.min.css

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

10 changes: 7 additions & 3 deletions assets/css/store-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,13 @@
fill: #3690FF; }
.rstore-product-icons svg .svg-fill-black {
fill: #000000; }
.rstore-product-icons svg .svg-fill-grey {
fill: #111111; }
.rstore-product-icons svg .svg-fill-gray-light {
fill: #AEA99C; }
.rstore-product-icons svg .svg-fill-white {
fill: #FFFFFF; }
.rstore-product-icons svg .svg-fill-wordpress {
fill: #00749a; }
fill: #00749A; }
.rstore-product-icons svg .svg-fill-cpanel {
fill: #F26C31; }
.rstore-product-icons svg .svg-fill-windows {
fill: #F22307; }
Loading

0 comments on commit 8882f12

Please sign in to comment.