Skip to content
Snippets Groups Projects
Verified Commit b45ced59 authored by Sebastien Curt's avatar Sebastien Curt Committed by David Beniamine
Browse files

tuleap-59 : css variables overriding more readable

parent b8ba0632
Branches
Tags
1 merge request!10Tuleap 45 login
$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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment