zu 0.3.3

Yew web components, implementing Material Design
Documentation
// Copyright (c) 2024 Xu Shaohua <shaohua@biofan.org>. All rights reserved.
// Use of this source is governed by Lesser General Public License
// that can be found in the LICENSE file.


/* Component specific variables for light theme */

// Used for Skeleton background color
$zu-skeleton-bg: change-color($zu-palette-text-primary, $alpha: 0.13) !default;

// Used for Avatar background color if color_default={true}
$zu-avatar-colorDefaultBg: $zu-colors-grey-400 !default;
$zu-badge-radiusDot: 4px !default;
$zu-badge-radiusStandard: 10px !default;

:root {
  --zu-skeleton-bg: #{$zu-skeleton-bg};
  --zu-avatar-colorDefaultBg: #{$zu-avatar-colorDefaultBg};
  --zu-badge-radiusDot: #{$zu-badge-radiusDot};
  --zu-badge-radiusStandard: #{$zu-badge-radiusStandard};
}