Change color of placeholder
This commit is contained in:
parent
85df5cf1d8
commit
bd6c2409cf
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@
|
||||||
|
|
||||||
&__placeholder {
|
&__placeholder {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: $color-gray-05;
|
color: $color-gray-45;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
|
|
||||||
@include color-svg(
|
@include color-svg(
|
||||||
'../images/icons/v2/stories-outline-56.svg',
|
'../images/icons/v2/stories-outline-56.svg',
|
||||||
$color-gray-05
|
$color-gray-45
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue