hugo-theme-hilfe/exampleSite/static/custom.css
Robert Kaussow f6966b8513
feat: add optional hint/admonition icons (#383)
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated.

BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
2022-04-23 15:14:42 +02:00

24 lines
279 B
CSS

:root {
--code-max-height: 60rem;
}
.icon-grid {
width: 8rem;
height: 8rem;
margin: 0.2em;
text-align: center;
padding: 0.3em;
}
.icon-grid__line {
height: 4rem;
}
.icon-grid__line .gdoc-icon {
font-size: 3em;
}
.icon-grid__line--text {
font-size: 0.8em;
}