From c009620cdb891ed9b1e4bc1a7d93dc3c50ad488a Mon Sep 17 00:00:00 2001 From: Bohung Date: Tue, 13 Jul 2021 17:16:01 +0800 Subject: [PATCH] Change px to em. --- assets/stylesheets/bootstrap/_variables.scss | 2 +- modules/recruitment/candidate_index.html.erb | 4 ++-- modules/recruitment/exchanges.html.erb | 2 +- modules/recruitment/internships.html.erb | 2 +- modules/recruitment/job_index.html.erb | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/stylesheets/bootstrap/_variables.scss b/assets/stylesheets/bootstrap/_variables.scss index e3056d9..7b38d92 100644 --- a/assets/stylesheets/bootstrap/_variables.scss +++ b/assets/stylesheets/bootstrap/_variables.scss @@ -769,7 +769,7 @@ $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default; $carousel-control-color: #fff !default; $carousel-control-width: 15% !default; $carousel-control-opacity: .5 !default; -$carousel-control-font-size: 20px !default; +$carousel-control-font-size: 1.25em !default; $carousel-indicator-active-bg: #fff !default; $carousel-indicator-border-color: #fff !default; diff --git a/modules/recruitment/candidate_index.html.erb b/modules/recruitment/candidate_index.html.erb index 5dbf832..1621b53 100644 --- a/modules/recruitment/candidate_index.html.erb +++ b/modules/recruitment/candidate_index.html.erb @@ -102,11 +102,11 @@ outline: none; } .page-title .criteria{ - font-size: 20px; + font-size: 1.25em; } .reset-search{ margin-left: 10px; - font-size: 20px; + font-size: 1.25em; } #advancedSearch .modal-dialog{ z-index: 1100; diff --git a/modules/recruitment/exchanges.html.erb b/modules/recruitment/exchanges.html.erb index 225c017..d4cc84c 100644 --- a/modules/recruitment/exchanges.html.erb +++ b/modules/recruitment/exchanges.html.erb @@ -6,7 +6,7 @@ } #page-wrapper .job-title span.label{ - font-size: 12px; + font-size: 0.75em; font-weight: 100;; } diff --git a/modules/recruitment/internships.html.erb b/modules/recruitment/internships.html.erb index 0363c60..2e834a7 100644 --- a/modules/recruitment/internships.html.erb +++ b/modules/recruitment/internships.html.erb @@ -6,7 +6,7 @@ } #page-wrapper .job-title span.label{ - font-size: 12px; + font-size: 0.75em; font-weight: 100;; } diff --git a/modules/recruitment/job_index.html.erb b/modules/recruitment/job_index.html.erb index e610960..198630a 100644 --- a/modules/recruitment/job_index.html.erb +++ b/modules/recruitment/job_index.html.erb @@ -107,11 +107,11 @@ outline: none; } .page-title .criteria{ - font-size: 20px; + font-size: 1.25em; } .reset-search{ margin-left: 10px; - font-size: 20px; + font-size: 1.25em; } #advancedSearch .modal-dialog{ z-index: 1100;