diff --git a/src/overrides.scss b/src/overrides.scss index 79b9fb689..7a5bcaafc 100644 --- a/src/overrides.scss +++ b/src/overrides.scss @@ -17,7 +17,7 @@ $darkCyan: #00262b; } .custom-table { - font-size: small; + font-size: smaller; width: 100%; th { margin: 0; @@ -32,8 +32,8 @@ $darkCyan: #00262b; } .sso-table { - font-size: small; width: auto; + font-size: smaller; th { margin: 0; padding: 0.5rem; @@ -48,7 +48,6 @@ $darkCyan: #00262b; .idv-table { @extend .custom-table; - font-size: medium; tr:last-child td { border-bottom: none; @@ -60,7 +59,7 @@ $darkCyan: #00262b; } .account-info { - font-size: large; + font-size: smaller; width: auto; border: none; border-radius: 0; @@ -84,13 +83,11 @@ $darkCyan: #00262b; .account-actions { border: 1px solid lightgray; - font-size: medium; border-radius: 0.375rem; } .fbe-table { @extend .sso-table; - font-size: medium; tr:last-child th, tr:last-child td { @@ -101,7 +98,6 @@ $darkCyan: #00262b; .certificate-info-table { @extend .sso-table; width: 100%; - font-size: large; } .course-summary-table { @@ -109,7 +105,7 @@ $darkCyan: #00262b; } .course-runs-table { - font-size: small; + font-size: smaller; width: 100%; th { margin: 0; @@ -124,7 +120,7 @@ $darkCyan: #00262b; } .custom-expander-table { - font-size: small; + font-size: smaller; margin-left: 10%; th { margin: 0; diff --git a/src/users/account-actions/v2/PasswordHistory.jsx b/src/users/account-actions/v2/PasswordHistory.jsx index efbcea3e9..de11bf75b 100644 --- a/src/users/account-actions/v2/PasswordHistory.jsx +++ b/src/users/account-actions/v2/PasswordHistory.jsx @@ -45,8 +45,9 @@ export default function PasswordHistory({ {passwordStatus.passwordToggleHistory.length > 0 && ( diff --git a/src/users/account-actions/v2/ResetPassword.jsx b/src/users/account-actions/v2/ResetPassword.jsx index e73c82247..e149aa940 100644 --- a/src/users/account-actions/v2/ResetPassword.jsx +++ b/src/users/account-actions/v2/ResetPassword.jsx @@ -18,8 +18,9 @@ export default function ResetPassword({