09a26b4602
* Better contrat for input fields This change set a white background for input field (text, select and textarea) to have a better contrast with the page background and improve accessibility for people with vision problem, and just crappy screen. This change also remove the round corner for the input to have a clear difference between editing field and buttons. This max-width of the form element are a bit bigger too. * Less space between label and input
17 lines
271 B
SCSS
17 lines
271 B
SCSS
// Colors
|
|
|
|
$background: #F4F4F4;
|
|
$form-input-background: #FFFFFF;
|
|
$gray: #E3E3E3;
|
|
$lightgray: #ECECEC;
|
|
$black: #242424;
|
|
$white: #F4F4F4;
|
|
$purple: #7765E3;
|
|
$red: #E92F2F;
|
|
|
|
// Fonts
|
|
|
|
$route159: "Route159", serif;
|
|
$playfair: "Playfair Display", serif;
|
|
$lora: "Lora", serif;
|