mirror of https://github.com/docker/docs.git
changing the check icon in notes and alerts
This commit is contained in:
parent
7ca066106e
commit
0f12ac76e8
|
@ -54,7 +54,7 @@ blockquote {
|
||||||
$bg-color: change-color($marine-10, $alpha: 0.2),
|
$bg-color: change-color($marine-10, $alpha: 0.2),
|
||||||
$header-color: $marine-10,
|
$header-color: $marine-10,
|
||||||
$body-text-color: $marine-10,
|
$body-text-color: $marine-10,
|
||||||
$icon: "\f058"
|
$icon: "\f06a"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ blockquote {
|
||||||
$bg-color: change-color($red-60, $alpha: 0.3),
|
$bg-color: change-color($red-60, $alpha: 0.3),
|
||||||
$header-color: $red-10,
|
$header-color: $red-10,
|
||||||
$body-text-color: $red-10,
|
$body-text-color: $red-10,
|
||||||
$icon: "\f057"
|
$icon: "\f06a"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue