From 8183c4461cb28b99731f0db8d32a56a6a9d317fd Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 2 Jul 2020 18:42:53 +0300 Subject: [PATCH] Fixed radio checkbox alignment issues --- public/themes/arya-blue/theme.css | 21 +++++---- public/themes/arya-green/theme.css | 21 +++++---- public/themes/arya-orange/theme.css | 21 +++++---- public/themes/arya-purple/theme.css | 21 +++++---- public/themes/bootstrap4-dark-blue/theme.css | 21 +++++---- .../themes/bootstrap4-dark-purple/theme.css | 21 +++++---- public/themes/bootstrap4-light-blue/theme.css | 47 ++++++++++--------- .../themes/bootstrap4-light-purple/theme.css | 47 ++++++++++--------- public/themes/luna-amber/theme.css | 13 ++--- public/themes/luna-blue/theme.css | 13 ++--- public/themes/luna-green/theme.css | 13 ++--- public/themes/luna-pink/theme.css | 13 ++--- public/themes/md-dark-deeppurple/theme.css | 1 + public/themes/md-dark-indigo/theme.css | 1 + public/themes/md-light-deeppurple/theme.css | 1 + public/themes/md-light-indigo/theme.css | 1 + public/themes/mdc-dark-deeppurple/theme.css | 1 + public/themes/mdc-dark-indigo/theme.css | 1 + public/themes/mdc-light-deeppurple/theme.css | 1 + public/themes/mdc-light-indigo/theme.css | 1 + public/themes/nova-accent/theme.css | 13 ++--- public/themes/nova-alt/theme.css | 13 ++--- public/themes/nova-vue/theme.css | 13 ++--- public/themes/nova/theme.css | 13 ++--- public/themes/rhea/theme.css | 13 ++--- public/themes/saga-blue/theme.css | 41 ++++++++-------- public/themes/saga-green/theme.css | 41 ++++++++-------- public/themes/saga-orange/theme.css | 41 ++++++++-------- public/themes/saga-purple/theme.css | 41 ++++++++-------- public/themes/vela-blue/theme.css | 21 +++++---- public/themes/vela-green/theme.css | 21 +++++---- public/themes/vela-orange/theme.css | 21 +++++---- public/themes/vela-purple/theme.css | 21 +++++---- 33 files changed, 313 insertions(+), 280 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index de0138558..35b96461e 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #64B5F6; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #64B5F6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index e6f66660f..dab16f2be 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #81C784; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #81C784; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 75c488c54..6561465c2 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #FFD54F; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #FFD54F; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index d613b5c8b..34bfe6a3b 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #BA68C8; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #383838; background: #121212; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #BA68C8; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index d4ddf7352..f4721e74c 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #3f4b5b; background: #20262e; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.15s; color: #151515; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #3f4b5b; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 1px solid #3f4b5b; background: #20262e; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -1002,8 +1003,8 @@ border-color: #8dd0ff; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.15s; background-color: #151515; } diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index 1f151c56d..d19854030 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #3f4b5b; background: #20262e; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.15s; color: #151515; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #3f4b5b; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 1px solid #3f4b5b; background: #20262e; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -1002,8 +1003,8 @@ border-color: #c298d8; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.15s; background-color: #151515; } diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 648aeca52..dba1db8c3 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -1,16 +1,16 @@ @charset "UTF-8"; :root { - --surface-a: #ffffff; - --surface-b: rgba(0, 0, 0, 0.03); - --surface-c: #e9ecef; - --surface-d: #dee2e6; - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: #212529; - --text-color-secondary: $shade600; - --primary-color: #007bff; - --primary-color-text: #ffffff; - --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-a:#ffffff; + --surface-b:rgba(0, 0, 0, 0.03); + --surface-c:#e9ecef; + --surface-d:#dee2e6; + --surface-e:#ffffff; + --surface-f:#ffffff; + --text-color:#212529; + --text-color-secondary:$shade600; + --primary-color:#007bff; + --primary-color-text:#ffffff; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; } * { @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { - border: 1px solid #ced4da; + border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #212529; border-radius: 4px; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.15s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #ced4da; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { - border: 1px solid #ced4da; + border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #212529; border-radius: 50%; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -1002,8 +1003,8 @@ border-color: #007bff; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.15s; background-color: #ffffff; } diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index a000a24cc..0d606569a 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -1,16 +1,16 @@ @charset "UTF-8"; :root { - --surface-a: #ffffff; - --surface-b: rgba(0, 0, 0, 0.03); - --surface-c: #e9ecef; - --surface-d: #dee2e6; - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: #212529; - --text-color-secondary: $shade600; - --primary-color: #883cae; - --primary-color-text: #ffffff; - --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-a:#ffffff; + --surface-b:rgba(0, 0, 0, 0.03); + --surface-c:#e9ecef; + --surface-d:#dee2e6; + --surface-e:#ffffff; + --surface-f:#ffffff; + --text-color:#212529; + --text-color-secondary:$shade600; + --primary-color:#883cae; + --primary-color-text:#ffffff; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; } * { @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { - border: 1px solid #ced4da; + border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #212529; border-radius: 4px; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.15s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #ced4da; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { - border: 1px solid #ced4da; + border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #212529; border-radius: 50%; transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s; @@ -1002,8 +1003,8 @@ border-color: #883cae; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.15s; background-color: #ffffff; } diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index b0e0cd881..1d6253c3c 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #4b4b4b; background: #191919; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #dedede; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #FFE082; @@ -1002,8 +1003,8 @@ border-color: #FFE082; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 2d07233c0..57dd5d8ed 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #4b4b4b; background: #191919; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #dedede; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #81D4FA; @@ -1002,8 +1003,8 @@ border-color: #81D4FA; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index de784b16b..e1fd847d2 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #4b4b4b; background: #191919; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #dedede; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #C5E1A5; @@ -1002,8 +1003,8 @@ border-color: #C5E1A5; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index deb3eb9b1..89e2dc56b 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #4b4b4b; background: #191919; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #dedede; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #F48FB1; @@ -1002,8 +1003,8 @@ border-color: #F48FB1; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index af5bab819..2cd31bda1 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #121212; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: rgba(255, 255, 255, 0.6); diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index b28b2ba11..8337cf697 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #121212; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: rgba(255, 255, 255, 0.6); diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index a1268c46f..dee128172 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #000001; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index ab48cab94..1fd871132 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #000001; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index a0c5f3697..e047ce26e 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: rgba(255, 255, 255, 0.6); diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 86e5492b8..95b760875 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: rgba(255, 255, 255, 0.6); diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 97ffd57b1..21deeacd0 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #000001; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 738fdf560..db80c0d36 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -362,6 +362,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #000001; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index f7d841472..793235691 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #a6a6a6; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #333333; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #212121; @@ -998,8 +999,8 @@ border-color: #007ad9; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 5e8e13280..74db11974 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #a6a6a6; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #333333; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #212121; @@ -1002,8 +1003,8 @@ border-color: #007ad9; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index c8b0d749b..65075008a 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #a6a6a6; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #333333; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #212121; @@ -1002,8 +1003,8 @@ border-color: #41b883; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 9dd92f52d..e2b17981a 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #a6a6a6; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #333333; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #212121; @@ -1002,8 +1003,8 @@ border-color: #007ad9; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index b03416cb3..6742fb3be 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 1px solid #dadada; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #666666; border-radius: 2px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #a6a6a6; @@ -998,8 +999,8 @@ border-color: #7B95A3; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 5cb38ec5f..f56702979 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -1,16 +1,16 @@ @charset "UTF-8"; :root { - --surface-a: #ffffff; + --surface-a:#ffffff; --surface-b:#f8f9fa; - --surface-c: #e9ecef; - --surface-d: #dee2e6; - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: #495057; - --text-color-secondary: $shade600; - --primary-color: #2196F3; - --primary-color-text: #ffffff; - --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-c:#e9ecef; + --surface-d:#dee2e6; + --surface-e:#ffffff; + --surface-f:#ffffff; + --text-color:#495057; + --text-color-secondary:$shade600; + --primary-color:#2196F3; + --primary-color-text:#ffffff; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; } * { @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #2196F3; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #2196F3; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index e17d84b7f..d1cb08cbe 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -1,16 +1,16 @@ @charset "UTF-8"; :root { - --surface-a: #ffffff; + --surface-a:#ffffff; --surface-b:#f8f9fa; - --surface-c: #e9ecef; - --surface-d: #dee2e6; - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: #495057; - --text-color-secondary: $shade600; - --primary-color: #4CAF50; - --primary-color-text: #ffffff; - --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-c:#e9ecef; + --surface-d:#dee2e6; + --surface-e:#ffffff; + --surface-f:#ffffff; + --text-color:#495057; + --text-color-secondary:$shade600; + --primary-color:#4CAF50; + --primary-color-text:#ffffff; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; } * { @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #4CAF50; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #4CAF50; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index e958ade58..99e56b49a 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -1,16 +1,16 @@ @charset "UTF-8"; :root { - --surface-a: #ffffff; + --surface-a:#ffffff; --surface-b:#f8f9fa; - --surface-c: #e9ecef; - --surface-d: #dee2e6; - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: #495057; - --text-color-secondary: $shade600; - --primary-color: #FFC107; - --primary-color-text: #212529; - --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-c:#e9ecef; + --surface-d:#dee2e6; + --surface-e:#ffffff; + --surface-f:#ffffff; + --text-color:#495057; + --text-color-secondary:$shade600; + --primary-color:#FFC107; + --primary-color-text:#212529; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; } * { @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #FFC107; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #FFC107; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 9e6a5b184..6eea817bb 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -1,16 +1,16 @@ @charset "UTF-8"; :root { - --surface-a: #ffffff; + --surface-a:#ffffff; --surface-b:#f8f9fa; - --surface-c: #e9ecef; - --surface-d: #dee2e6; - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: #495057; - --text-color-secondary: $shade600; - --primary-color: #9C27B0; - --primary-color-text: #ffffff; - --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-c:#e9ecef; + --surface-d:#dee2e6; + --surface-e:#ffffff; + --surface-f:#ffffff; + --text-color:#495057; + --text-color-secondary:$shade600; + --primary-color:#9C27B0; + --primary-color-text:#ffffff; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; } * { @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #9C27B0; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #ced4da; background: #ffffff; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: #495057; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #9C27B0; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; } diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index e56ce612a..4361c532c 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #64B5F6; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #64B5F6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 8deefc56e..c67220f89 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #81C784; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #81C784; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 54a9b5e41..172b04ea8 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #212529; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #FFD54F; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #FFD54F; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #212529; } diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 7b0dc0355..eeddcf22b 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -323,14 +323,14 @@ } } .p-checkbox { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-checkbox .p-checkbox-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -338,6 +338,7 @@ .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; color: #ffffff; + font-size: 14px; } .p-checkbox .p-checkbox-box:not(.p-disabled):hover { border-color: #BA68C8; @@ -980,14 +981,14 @@ } .p-radiobutton { - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; } .p-radiobutton .p-radiobutton-box { border: 2px solid #304562; background: #17212f; - width: 1.5rem; - height: 1.5rem; + width: 20px; + height: 20px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; @@ -1002,8 +1003,8 @@ border-color: #BA68C8; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - width: 0.75rem; - height: 0.75rem; + width: 12px; + height: 12px; transition-duration: 0.2s; background-color: #ffffff; }