mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
fix(developer): use correct CSS variable name
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
committed by
backportbot[bot]
parent
94aab00d6a
commit
146ab5e775
@@ -182,7 +182,7 @@ Element structure variables
|
||||
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| ``--default-font-size`` | ``15px`` | Font size for normal text |
|
||||
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| ``--default-line-height`` | ``24px`` | Line height for normal text, for accessibility this should always be ``calc(1.5 * var(--font-size))`` |
|
||||
| ``--default-line-height`` | ``1.5`` | Line height for normal text |
|
||||
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| ``--default-grid-baseline`` | ``4px`` | Foundation of all spacing sizes used on Nextcloud which are multiples of the baseline size |
|
||||
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user