From ae5e2f7d9fbe4201561bb090cd1305bce08886a4 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Tue, 9 Jan 2024 12:13:04 -0500 Subject: [PATCH] Add unsupported warning to 1.2 Signed-off-by: Fanit Kolchina --- _includes/warning.html | 2 +- _sass/custom/custom.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/warning.html b/_includes/warning.html index 3c9382e159..01b27eb8ef 100644 --- a/_includes/warning.html +++ b/_includes/warning.html @@ -1 +1 @@ -

This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

\ No newline at end of file +

This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

\ No newline at end of file diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index bc4ae92188..2e917702bf 100755 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -155,6 +155,12 @@ img { border-left: 5px solid $red-100; } +.unsupported-version-warning { + @extend %callout; + border-left: 5px solid $red-100; + background-color: mix(white, $red-100, 80%); +} + // Labels .label, .label-blue {