From e306783abc6f429bbe1b4c889519394cf3d01a59 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:17:13 -0500 Subject: [PATCH] Update guilabel style; fixes for build errors (#616) Applies style changes to the `.guilabel` css class to better set off the labels in the docs: - Adds a pill box effect - bolds the text - Applies the `--theme-light-bg` color variable to the background Corrections for build errors - `mc ilm add` changed `storage-class` flags to `tier` instead. Updated several pages with references to those flags. - Corrects a bad reference in the `mc license info` doc to the minio client page that was missing a hyphen. --- source/_static/scss/includes/_reset.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_static/scss/includes/_reset.scss b/source/_static/scss/includes/_reset.scss index 66c28507..85021407 100644 --- a/source/_static/scss/includes/_reset.scss +++ b/source/_static/scss/includes/_reset.scss @@ -312,6 +312,15 @@ abbr, acronym { font-family: inherit; } +.guilabel { + font-weight: bolder; + text-transform: lowercase; + font-variant: small-caps; + background: var(--theme-light-bg); + border-radius: 999px; + padding: 0rem .5rem 0rem .5rem; +} + dt:target, span.highlighted { background-color: transparent;