fix(asset cards): background none for welcome card admin in darkmode
This commit is contained in:
parent
8431771a61
commit
823ee11d84
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
[data-fr-theme="dark"] .card {
|
[data-fr-theme="dark"] .card {
|
||||||
background: none;
|
background: none;
|
||||||
border: 1px solid var(--background-action-low-blue-france);
|
border: 1px solid var(--background-action-low-blue-france);
|
||||||
|
&.feedback {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|
Loading…
Add table
Reference in a new issue