Entrega do Desafio #1
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 100
|
@ -1,8 +1,8 @@
|
||||
body{
|
||||
body {
|
||||
background: $background-color;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
}
|
||||
|
||||
button{
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
*{
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -1,15 +1,15 @@
|
||||
// Colors
|
||||
|
||||
$background-color: #FFFFFF;
|
||||
$background-color: #ffffff;
|
||||
$title-form-color: #000000;
|
||||
$input-image-border-color: #E5E5E5;
|
||||
$input-image-border-color: #e5e5e5;
|
||||
$input-image-text-color: #858585;
|
||||
$input-titulo-color: #D6D6D6;
|
||||
$input-titulo-color: #d6d6d6;
|
||||
$input-titulo-text-color: #858585;
|
||||
$input-descrição-color: #D6D6D6;
|
||||
$input-descrição-color: #d6d6d6;
|
||||
$input-descrição-text-color: #858585;
|
||||
$button-submit-color: #FF5A5F;
|
||||
$text-button-submit-color: #FFFFFF;
|
||||
$button-submit-color: #ff5a5f;
|
||||
$text-button-submit-color: #ffffff;
|
||||
$title-list-color: #000000;
|
||||
$title-item-list-color: #333333;
|
||||
$description-item-list-color: #858585;
|
||||
|
Loading…
Reference in New Issue
Block a user