Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Commits
b45ced59
Verified
Commit
b45ced59
authored
Nov 24, 2021
by
Sebastien Curt
Committed by
David Beniamine
Dec 1, 2021
Browse files
Options
Downloads
Patches
Plain Diff
tuleap-59 : css variables overriding more readable
parent
b8ba0632
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
Tuleap 45 login
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/styles/helpers/_variables.scss
+24
-4
24 additions, 4 deletions
assets/styles/helpers/_variables.scss
with
24 additions
and
4 deletions
assets/styles/helpers/_variables.scss
+
24
−
4
View file @
b45ced59
$text-color
:
#fff
;
// scss-docs-start theme-color-variables
$primary
:
#3b8c7e
!
default
;
// scss-docs-end theme-color-variables
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
$min-contrast-ratio
:
3
;
$primary
:
#3b8c7e
;
$text-color
:
#fff
;
$body-color
:
#fff
;
$body-bg
:
#1C272B
;
// Body
//
// Settings for the `<body>` element.
$body-bg
:
#1C272B
!
default
;
$body-color
:
#fff
!
default
;
// Buttons + Forms
//
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
// scss-docs-start input-btn-variables
$input-btn-padding-y
:
.5rem
!
default
;
$input-btn-padding-x
:
1
.0rem
!
default
;
// scss-docs-end input-btn-variables
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
·
Dec 1, 2021
This commit references:
TULEAP-59
.
This commit references: [TULEAP-59](https://tuleap.tetras-libre.fr/plugins/tracker/?aid=59).
Ghost User
@ghost
·
Dec 1, 2021
This commit references:
TULEAP-59
.
This commit references: [TULEAP-59](https://tuleap.tetras-libre.fr/plugins/tracker/?aid=59).
Ghost User
@ghost
·
Dec 7, 2021
This commit references:
TULEAP-59
.
This commit references: [TULEAP-59](https://tuleap.tetras-libre.fr/plugins/tracker/?aid=59).
Ghost User
@ghost
·
Dec 7, 2021
This commit references:
TULEAP-59
.
This commit references: [TULEAP-59](https://tuleap.tetras-libre.fr/plugins/tracker/?aid=59).
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment