changed grey by dark-grey for texts

This commit is contained in:
Judith 2020-06-11 14:33:15 +02:00 committed by jpoulvel (Rebase PR Action)
parent 76160b48bd
commit 75b1642c0d
16 changed files with 26 additions and 26 deletions

View file

@ -7,7 +7,7 @@
} }
.autosave-explanation { .autosave-explanation {
color: $grey; color: $dark-grey;
margin-left: 4px; margin-left: 4px;
} }

View file

@ -20,14 +20,14 @@
} }
.confidentiel { .confidentiel {
color: $grey; color: $dark-grey;
font-weight: normal; font-weight: normal;
margin-bottom: 2 * $default-padding; margin-bottom: 2 * $default-padding;
} }
.date { .date {
font-size: 12px; font-size: 12px;
color: $grey; color: $dark-grey;
float: right; float: right;
} }
} }
@ -37,7 +37,7 @@
.avis-notice { .avis-notice {
font-size: 14px; font-size: 14px;
color: $grey; color: $dark-grey;
margin-bottom: 2 * $default-padding; margin-bottom: 2 * $default-padding;
} }
@ -50,7 +50,7 @@
} }
.confidentiel { .confidentiel {
color: $grey; color: $dark-grey;
font-weight: normal; font-weight: normal;
margin-bottom: 2 * $default-padding; margin-bottom: 2 * $default-padding;
} }
@ -68,7 +68,7 @@
.confidentiel-explanation { .confidentiel-explanation {
font-size: 14px; font-size: 14px;
color: $grey; color: $dark-grey;
margin-top: - $default-padding; margin-top: - $default-padding;
margin-bottom: 2 * $default-padding; margin-bottom: 2 * $default-padding;
} }
@ -116,7 +116,7 @@
} }
.confidentiel { .confidentiel {
color: $grey; color: $dark-grey;
font-size: 12px; font-size: 12px;
.lock { .lock {
@ -131,7 +131,7 @@
.date, .date,
.waiting { .waiting {
font-size: 12px; font-size: 12px;
color: $grey; color: $dark-grey;
} }
.date { .date {

View file

@ -195,7 +195,7 @@
.attestation { .attestation {
margin: $default-padding 0; margin: $default-padding 0;
color: $grey; color: $dark-grey;
} }
} }
} }
@ -204,7 +204,7 @@
li { li {
display: flex; display: flex;
padding: $default-padding; padding: $default-padding;
color: $grey; color: $dark-grey;
border-bottom: 1px solid $border-grey; border-bottom: 1px solid $border-grey;
font-size: 12px; font-size: 12px;
min-width: 300px; min-width: 300px;
@ -246,7 +246,7 @@
} }
a { a {
color: $grey; color: $dark-grey;
} }
// Make child links fill the whole clickable area // Make child links fill the whole clickable area

View file

@ -10,7 +10,7 @@
} }
.list-header { .list-header {
color: $grey; color: $dark-grey;
font-weight: bold; font-weight: bold;
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -32,5 +32,5 @@
} }
.service-name { .service-name {
color: $grey; color: $dark-grey;
} }

View file

@ -13,7 +13,7 @@
td.updated-at { td.updated-at {
font-size: 13px; font-size: 13px;
color: $grey; color: $dark-grey;
text-align: right; text-align: right;
width: 190px; width: 190px;

View file

@ -28,7 +28,7 @@
} }
h2 { h2 {
color: $grey; color: $dark-grey;
font-weight: bold; font-weight: bold;
} }

View file

@ -23,7 +23,7 @@
@mixin notice-text-style { @mixin notice-text-style {
font-size: 16px; font-size: 16px;
color: $grey; color: $dark-grey;
} }
.mandatory { .mandatory {
@ -346,7 +346,7 @@
} }
input.aa-hint { input.aa-hint {
color: $grey; color: $dark-grey;
} }
.datetime { .datetime {

View file

@ -24,5 +24,5 @@
.france-connect-login-separator { .france-connect-login-separator {
margin: 24px 0; margin: 24px 0;
font-size: 14px; font-size: 14px;
color: $grey; color: $dark-grey;
} }

View file

@ -66,7 +66,7 @@
.menu-item { .menu-item {
align-items: center; align-items: center;
padding: 14px; padding: 14px;
color: $grey; color: $dark-grey;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View file

@ -4,7 +4,7 @@
.label { .label {
display: inline-block; display: inline-block;
padding: 4px $default-spacer; padding: 4px $default-spacer;
background: $grey; background: $dark-grey;
border: 1px solid transparent; border: 1px solid transparent;
color: #FFFFFF; color: #FFFFFF;
border-radius: 4px; border-radius: 4px;

View file

@ -28,7 +28,7 @@
.guest, .guest,
.date { .date {
font-size: 12px; font-size: 12px;
color: $grey; color: $dark-grey;
} }
.date { .date {

View file

@ -22,7 +22,7 @@
} }
.help { .help {
color: $grey; color: $dark-grey;
font-size: 11px; font-size: 11px;
margin-bottom: $default-spacer * 2; margin-bottom: $default-spacer * 2;
} }

View file

@ -224,7 +224,7 @@ $header-mobile-breakpoint: 550px;
.menu-item { .menu-item {
align-items: center; align-items: center;
padding: 14px; padding: 14px;
color: $grey; color: $dark-grey;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

View file

@ -21,7 +21,7 @@ body {
.subtitle { .subtitle {
margin-top: -20px; margin-top: -20px;
color: $grey; color: $dark-grey;
} }
th, th,

View file

@ -71,7 +71,7 @@
.stats-legend { .stats-legend {
font-size: 12px; font-size: 12px;
color: $grey; color: $dark-grey;
} }
} }

View file

@ -31,7 +31,7 @@
} }
&.active ~ li { &.active ~ li {
color: $grey; color: $dark-grey;
} }
// Arrows // Arrows