From c1717bae89d86d9e58fd8730fdae454d516b7024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 31 Mar 2022 15:04:08 +0300 Subject: [PATCH] Update ColorsDemo.vue --- src/views/colors/ColorsDemo.vue | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/src/views/colors/ColorsDemo.vue b/src/views/colors/ColorsDemo.vue index c86f5335f..32e749b63 100644 --- a/src/views/colors/ColorsDemo.vue +++ b/src/views/colors/ColorsDemo.vue @@ -44,6 +44,22 @@ --font-family Font family of the theme. + + --inline-spacing + Spacing between to adjacent items. + + + --border-radius + Common border radius of elements. + + + --focus-ring + Box shadow of a focused element. + + + --mask-bg + Background of an overlay mask. + @@ -79,6 +95,44 @@ + +

A theme also exports named surfaces for common use cases.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableDescription
--surface-groundBase ground color.
--surface-sectionColor of a section on a ground surface.
--surface-cardColor of a surface used as a card.
--surface-overlayColor of overlay surfaces.
--surface-borderColor of a divider.
--surface-hoverColor of an element in hover state.
+