change rgb color by var from DSFR
This commit is contained in:
parent
7c7f9113d2
commit
cf31815890
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
[data-fr-theme="dark"]
|
||||
.card {
|
||||
background: none;
|
||||
border: 1px solid rgb(74, 74, 125);
|
||||
border: 1px solid var(--background-action-low-blue-france);
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
@ -6,7 +6,7 @@ $dossier-actions-bar-border-width: 1px;
|
|||
[data-fr-theme="dark"]
|
||||
.dossier-edit
|
||||
.dossier-edit-sticky-footer {
|
||||
background-color: rgb(74, 74, 125);
|
||||
background-color: var(--background-action-low-blue-france);
|
||||
border: none
|
||||
}
|
||||
.dossier-header {
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
[data-fr-theme="dark"]
|
||||
.message {
|
||||
background: rgb(74, 74, 125);
|
||||
background: var(--background-action-low-blue-france);
|
||||
|
||||
&.inverted-background {
|
||||
background: rgb(74, 74, 125);
|
||||
background: var(--background-action-low-blue-france);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
.table {
|
||||
&.hoverable {
|
||||
tbody tr:hover {
|
||||
background-color: rgb(74, 74, 125);
|
||||
background-color: var(--background-action-low-blue-france);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue