Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid O'Regan <doregan@gitlab.com>2020-05-19 03:36:00 +0300
committerEvan Read <eread@gitlab.com>2020-05-19 03:36:00 +0300
commite24d9c4300004a299764e23e4701d91fd084477a (patch)
treede851c31393bb6034b95d21f1f0fb17a2a8cb2a5 /content/assets/stylesheets/help.scss
parent121a182787aedeaab28a33c314d9d91106b64763 (diff)
feat(home): Redesign landing page
We are using a new home page design ensuring users are easil able to navigate the site.
Diffstat (limited to 'content/assets/stylesheets/help.scss')
-rw-r--r--content/assets/stylesheets/help.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/content/assets/stylesheets/help.scss b/content/assets/stylesheets/help.scss
index 6eee1ea4..908b2daa 100644
--- a/content/assets/stylesheets/help.scss
+++ b/content/assets/stylesheets/help.scss
@@ -10,7 +10,7 @@ version: 1
padding: 1rem;
margin-top: 2rem;
color: $help-gray-900;
- font-size: 14px;
+ font-size: $body-font-size;
line-height: 20px;
.right-col {
@@ -37,8 +37,14 @@ version: 1
display: none;
}
+ a {
+ text-decoration: underline;
+ color: $help-blue-500;
+ }
+
p {
margin-bottom: 0;
+ color: $help-gray-900;
}
// scss-lint:enable QualifyingElement
@@ -79,7 +85,7 @@ version: 1
.help-and-feedback-heading {
color: $gds-gray-950;
- font-size: 14px;
+ font-size: $body-font-size;
font-weight: 700;
margin-bottom: .25rem;
}
@@ -92,7 +98,7 @@ version: 1
background-color: $gds-white;
border-color: $help-gray-200;
color: $help-gray-900;
- font-size: 14px;
+ font-size: $body-font-size;
&:hover {
color: $help-gray-900;