From 3acb992f85bff40252c8ef5e7d3ee4146eb6ec66 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 13 May 2020 00:44:37 +0300 Subject: [PATCH] Bigger rating icon --- public/themes/luna-amber/theme.css | 1 + public/themes/luna-green/theme.css | 1 + public/themes/luna-pink/theme.css | 1 + public/themes/nova-colored/theme.css | 1 + public/themes/nova-dark/theme.css | 1 + public/themes/nova-light/theme.css | 1 + public/themes/nova-vue/theme.css | 1 + public/themes/rhea/theme.css | 1 + public/themes/saga-blue/theme.css | 1 + public/themes/saga-cyan/theme.css | 1 + public/themes/saga-deeppurple/theme.css | 1 + public/themes/saga-green/theme.css | 1 + public/themes/saga-indigo/theme.css | 1 + public/themes/saga-orange/theme.css | 1 + public/themes/saga-purple/theme.css | 1 + public/themes/saga-teal/theme.css | 1 + 16 files changed, 16 insertions(+) diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index c66866c08..60472ffa1 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -911,6 +911,7 @@ color: #dedede; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index b15269b06..63f206ebb 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -911,6 +911,7 @@ color: #dedede; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 185b93bb2..fc0fdd4e8 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -911,6 +911,7 @@ color: #dedede; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/nova-colored/theme.css b/public/themes/nova-colored/theme.css index 23fdf4cab..2bde88cb5 100644 --- a/public/themes/nova-colored/theme.css +++ b/public/themes/nova-colored/theme.css @@ -911,6 +911,7 @@ color: #333333; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/nova-dark/theme.css b/public/themes/nova-dark/theme.css index fc4a76524..0f7cc124e 100644 --- a/public/themes/nova-dark/theme.css +++ b/public/themes/nova-dark/theme.css @@ -911,6 +911,7 @@ color: #333333; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/nova-light/theme.css b/public/themes/nova-light/theme.css index 2851e8815..6e7066284 100644 --- a/public/themes/nova-light/theme.css +++ b/public/themes/nova-light/theme.css @@ -911,6 +911,7 @@ color: #333333; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index a3497b90f..39029636c 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -911,6 +911,7 @@ color: #333333; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e4018d; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index e78fe822d..1fc57110b 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -911,6 +911,7 @@ color: #666666; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #f3b9b9; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 592d7baf2..162757b1a 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-cyan/theme.css b/public/themes/saga-cyan/theme.css index 90a2eb033..b088768ef 100644 --- a/public/themes/saga-cyan/theme.css +++ b/public/themes/saga-cyan/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-deeppurple/theme.css b/public/themes/saga-deeppurple/theme.css index e20fcb3e8..54a195c30 100644 --- a/public/themes/saga-deeppurple/theme.css +++ b/public/themes/saga-deeppurple/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 910f8ab1e..454744e05 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-indigo/theme.css b/public/themes/saga-indigo/theme.css index 3e6aceb53..fa2899df6 100644 --- a/public/themes/saga-indigo/theme.css +++ b/public/themes/saga-indigo/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 17bbde4ad..756fe0bf5 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index a51474d9c..3b55cf22c 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c; diff --git a/public/themes/saga-teal/theme.css b/public/themes/saga-teal/theme.css index 3e1d4d2c7..c7d470973 100644 --- a/public/themes/saga-teal/theme.css +++ b/public/themes/saga-teal/theme.css @@ -911,6 +911,7 @@ color: #495057; margin-left: 0.5rem; transition: color 0.2s, box-shadow 0.2s; + font-size: 1.143rem; } .p-rating .p-rating-icon.p-rating-cancel { color: #e74c3c;