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:
@ -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;
|
||||
|
Reference in New Issue
Block a user