1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00

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.
This commit is contained in:
Daryl White
2022-10-26 12:17:13 -05:00
committed by GitHub
parent 82c6d38278
commit e306783abc

View File

@ -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;