mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
git-subtree-dir: community_server git-subtree-mainline: ff11f6efe35bba180260fe84077bcd94298895c1 git-subtree-split: b6544b9e69fb85d4da100934675323c3e8c8ef67
33 lines
716 B
Plaintext
33 lines
716 B
Plaintext
/* ============================================================
|
|
|
|
Typography Definitions
|
|
|
|
Datei : typography.less
|
|
Datum : 2020-05-26
|
|
Autor : Christine Slotty
|
|
Copyright : Gradio
|
|
|
|
============================================================*/
|
|
@body-fs: 100%;
|
|
@body-lh: 27px;
|
|
@content-lh: 1.75em;
|
|
@content-letter-spacing: .03rem;
|
|
@nav-fs: .8em;
|
|
@nav-bottom-fs: .9em;
|
|
@nav-bottom-fs-mobile: .8em;
|
|
@nav-btn-large-fs: 35px;
|
|
@nav-icon-fs: 1.2em;
|
|
@nav-icons-fs: 18px;
|
|
@nav-icon-main-fs: 32px;
|
|
@footer-fs: 70%;
|
|
@sidebar1-header-fs: .75em;
|
|
@sidebar1-lh: 2.5em;
|
|
@link-title-lh: normal;
|
|
@devinfo-fs: smaller;
|
|
@devinfo-fs-mobile: .7em;
|
|
|
|
.small-font {
|
|
font-size: .75em;
|
|
font-weight: 300;
|
|
}
|