Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HelpDot] article styling improvements #29538

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-20
x86_64-darwin-21

Expand Down
25 changes: 25 additions & 0 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,34 @@ button {
flex-wrap: wrap;
}

h1 {
font-size: 1.5em;
padding: 20px 0 20px 0;
}

h1::after {
content:' ';
background: $color-borders;
border: none;
display: block;
width: 100%;
height: 2px;
margin-top: 12px;
}

h2 {
font-size: 1.125em;
}

h3 {
font-size: 1em;
}

h2,
h3 {
font-family: "ExpensifyNewKansas", "Helvetica Neue", "Helvetica", Arial, sans-serif;
margin: 0;
padding: 20px 0 12px 0;
}

blockquote {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ title: Coming Soon
description: Coming Soon
---
## Resource Coming Soon!

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: Each member has a role that defines what they can see and do in the
---

# Overview

This guide is for those who are part of a **Group Workspace**.

Each member has a role that defines what they can see and do in the workspace. Most members will have the role of "Employee."
Expand Down
Loading