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!
3 files
+ 61
43
Compare changes
  • Side-by-side
  • Inline

Files

+ 43
0
.wpdesk-rating-petition {
font-size: 15px;
width: 100%;
}
.wpdesk-rating-petition a {
text-decoration: none;
color: inherit;
font-weight: 600;
}
.wpdesk-rating-petition span.plugin-title {
font-weight: 600;
}
.wpdesk-rating-petition span.heart:before {
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 {
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;
text-transform: none;
text-decoration: none;
}
Loading