Entrega do Desafio #1
28
styles/variables.scss
Normal file
28
styles/variables.scss
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
// Colors
|
||||||
|
|
||||||
|
$background-color: #FFFFFF;
|
||||||
|
$title-form-color: #000000;
|
||||||
|
$input-image-border-color: #E5E5E5;
|
||||||
|
$input-image-text-color: #858585;
|
||||||
|
$input-titulo-color: #D6D6D6;
|
||||||
|
$input-titulo-text-color: #858585;
|
||||||
|
$input-descrição-color: #D6D6D6;
|
||||||
|
$input-descrição-text-color: #858585;
|
||||||
|
$button-submit-color: #FF5A5F;
|
||||||
|
$text-button-submit-color: #FFFFFF;
|
||||||
|
$title-list-color: #000000;
|
||||||
|
$title-item-list-color: #333333;
|
||||||
|
$description-item-list-color: #858585;
|
||||||
|
$slider-ellipse-color: #858585;
|
||||||
|
$slider-arrow-color: #858585;
|
||||||
|
|
||||||
|
// Font-size
|
||||||
|
|
||||||
|
$title-form-font-size: 32px;
|
||||||
|
$input-image-font-size: 16px;
|
||||||
|
$input-titulo-font-size: 16px;
|
||||||
|
$input-descrição-font-size: 16px;
|
||||||
|
$button-submit-font-size: 16px;
|
||||||
|
$title-list-font-size: 32px;
|
||||||
|
$title-item-list-font-size: 24px;
|
||||||
|
$description-item-list-font-size: 16px;
|
Loading…
Reference in New Issue
Block a user