Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-wpdesk-rating-petition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-wpdesk-rating-petition
Merge requests
!1
feature(petition): added text petition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(petition): added text petition
feature/text-petition
into
master
Overview
4
Commits
8
Pipelines
0
Changes
11
All threads resolved!
Hide all comments
Merged
Krzysztof Dyszczyk
requested to merge
feature/text-petition
into
master
3 years ago
Overview
4
Commits
8
Pipelines
0
Changes
11
All threads resolved!
Hide all comments
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
016e0902
8 commits,
3 years ago
11 files
+
343
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
assets/css/style.css
0 → 100644
+
39
−
0
View file @ 016e0902
Edit in single-file editor
Open in Web IDE
.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
{
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
;
}
Loading