Skip to content
Snippets Groups Projects

feature(petition): added text petition

Merged Krzysztof Dyszczyk requested to merge feature/text-petition into master
All threads resolved!
2 files
+ 4
8
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
6
@@ -13,28 +13,24 @@
font-weight: 600;
}
.wpdesk-rating-petition span.heart:before {
.wpdesk-rating-petition span.heart {
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #dc3232;
font-size: 16px;
font-family: "dashicons";
content: "\f487";
font-style: normal;
font-variant: normal;
font-weight: 400;
text-transform: none;
}
.wpdesk-rating-petition span.star:before {
.wpdesk-rating-petition span.star {
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffb900;
font-size: 16px;
font-family: "dashicons";
content: "\f155";
font-style: normal;
font-variant: normal;
font-weight: 400;
Loading