Skip to content

Commit

Permalink
Ajuste legerement les couleurs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 3, 2023
1 parent 4d52709 commit 86b275b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions front/src/components/articles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ hr.horizontalSeparator {
.createTagButton {
cursor: pointer;
user-select: none;
border: 1px solid #aaa;
border: 1px solid #868e96;
display: flex;
align-items: center;
font-size: 0.8em;
Expand Down Expand Up @@ -422,7 +422,7 @@ hr.horizontalSeparator {
align-items: flex-start;
padding: 0.35em 0.5em;
margin-bottom: 0.25em;
border: 1px solid grey;
border: 1px solid #868e96;
margin-right: 0.5rem;
}

Expand Down
2 changes: 1 addition & 1 deletion front/src/components/field.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@mixin inputField {
align-items: center;
border: 1px solid #000000;
border: 1px solid #868e96;
box-shadow: none;
display: inline-flex;
font-size: 1rem;
Expand Down
4 changes: 2 additions & 2 deletions front/src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
// $main-color: #f0f0f0;
// $main-color-links: #ffffff;
$extra-background-color: #ffffff;
$main-background-color: #f5f5f5;
$main-background-color: #f8f9fa;
$main-color: #202020;
$main-lighter-color: #505050;
$muted-color: #818181;
$alternate-row-color: #f0f0f0;
$extra-color: #000000;
$main-color-links: #1565c0;

$main-border-color: #bbbbbb;
$main-border-color: #dee2e6;

$error-color: #c9252d;

Expand Down

0 comments on commit 86b275b

Please sign in to comment.