SSO styling changes (#5671)

# Description of Changes

<!--
Please provide a summary of the changes, including:

- What was changed
- Why the change was made
- Any challenges encountered

Closes #(issue_number)
-->

---

## Checklist

### General

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md)
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md)
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings

### Documentation

- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
(if functionality has heavily changed)
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)

### Translations (if applicable)

- [ ] I ran
[`scripts/counter_translation.py`](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/docs/counter_translation.md)

### UI Changes (if applicable)

- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)

### Testing (if applicable)

- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing)
for more details.

---------

Signed-off-by: stirlingbot[bot] <stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
Anthony Stirling
2026-02-06 22:00:42 +00:00
committed by GitHub
co-authored by stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
parent d135e25d02
commit 00a9174939
7 changed files with 169 additions and 49 deletions
@@ -193,24 +193,24 @@
align-items: center;
justify-content: space-between;
padding: 0.875rem 1.5rem; /* 14px 24px */
border: none;
border: 1px solid #e5e7eb;
border-radius: 999px;
background: #0f172a;
background-color: #ffffff;
font-size: 1rem; /* 16px */
font-weight: 600;
color: #f8fafc;
color: #1f2937;
cursor: pointer;
gap: 1rem; /* 16px */
font-family: inherit;
box-shadow: 0 0.4rem 1rem rgba(15, 23, 42, 0.25);
transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.oauth-button-vertical:hover:not(:disabled) {
background: #111827;
box-shadow: 0 0.55rem 1.25rem rgba(15, 23, 42, 0.3);
background-color: #f9fafb;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
transform: translateY(-1px);
color: #f8fafc;
border-color: #d1d5db;
}
.oauth-button-vertical-tinted {
@@ -295,7 +295,7 @@
}
.oauth-button-vertical:focus-visible {
outline: 3px solid rgba(59, 130, 246, 0.6);
outline: 3px solid rgba(59, 130, 246, 0.5);
outline-offset: 2px;
}
@@ -367,8 +367,8 @@
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.2);
background: #f3f4f6;
border: 1px solid #e5e7eb;
}
.oauth-button-vertical-tinted .oauth-icon-wrapper {