@@ -190,15 +190,13 @@ Element structure variables
190
190
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
191
191
| ``--border-width-element-focused `` | ``2px `` | Border width for interactive elements when focussed (adjusted for accessibility) |
192
192
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
193
- | ``--border-radius `` | ``3px `` | Default border radius |
193
+ | ``--border-radius-small `` | ``4px `` | Border radius used for smaller elements |
194
194
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
195
- | ``--border-radius-large `` | ``10px `` | Larger border radius |
196
- +----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
197
- | ``--border-radius-rounded `` | ``28px `` | Even larger border radius for elements which should be look rounded |
195
+ | ``--border-radius-element `` | ``8px `` | Border radius of interactive elements such as buttons, input, navigation and list items. |
198
196
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
199
- | ``--border-radius-pill `` | `` calc(var(--default-clickable-area) / 2) `` | Border radius for pill-style elements |
197
+ | ``--border-radius-container `` | `` 12px `` | For smaller containers like action menus. |
200
198
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
201
- | ``--border-radius-element `` | `` 8px `` | Border radius of interactive elements such as buttons, input, navigation and list items. |
199
+ | ``--border-radius-container-large `` | `` 16px `` | For larger containers like body or modals. |
202
200
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
203
201
| ``--default-clickable-area `` | ``34px `` | Default size (width and height) for interactive elements like buttons |
204
202
+----------------------------------------------+------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
0 commit comments