Skip to content
Snippets Groups Projects
Select Git revision
  • a33f6f47d05cedfc757ab3af9d96af6d909c4924
  • main default protected
  • revert-ffead0bd
  • feature/init
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.2
  • 1.0.2-beta3
  • 1.0.2-beta2
  • 1.0.2-beta1
  • 1.0.1
  • 1.0.1-beta4
  • 1.0.1-beta3
  • 1.0.1-beta2
  • 1.0.1-beta1
  • 1.0.0
  • 1.0.0-beta6
24 results

composer.json

Blame
  • This project manages its dependencies using Composer. Learn more
    style.css 925 B
    .wpdesk-rating-petition {
        font-size: 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .wpdesk-rating-petition a {
        text-decoration: none;
        color: inherit;
        font-weight: 600;
    }
    
    .wpdesk-rating-petition span.plugins-repository {
        text-decoration: underline;
    }
    
    .wpdesk-rating-petition span.plugin-title {
        font-weight: 600;
    }
    
    .wpdesk-rating-petition span.heart {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #dc3232;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-transform: none;
    }
    
    .wpdesk-rating-petition span.star {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffb900;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
    }