Expand description
Style properties (visual effects, backgrounds, borders, etc.)
Re-exports§
pub use self::azul_exclusion::*;pub use self::background::*;pub use self::border::*;pub use self::border_radius::*;pub use self::box_shadow::*;pub use self::content::*;pub use self::effects::*;pub use self::filter::*;pub use self::lists::*;pub use self::scrollbar::*;pub use self::selection::*;pub use self::text::*;pub use self::transform::*;
Modules§
- azul_
exclusion - background
- CSS properties for backgrounds, including colors, images, and gradients.
- border
- CSS properties for border style, width, and color.
- border_
radius - CSS properties for border radius.
- box_
shadow - CSS properties for shadows (
box-shadowandtext-shadow). - content
- CSS properties for generated content.
- effects
- CSS properties for visual effects like opacity, blending, and cursor style.
- filter
- CSS properties for graphical effects like blur, drop-shadow, etc.
- lists
- css/src/props/style/lists.rs
- scrollbar
- CSS properties for styling scrollbars.
- selection
- CSS properties for styling text selections (-azul-selection-*).
- text
- CSS properties for styling text.
- transform
- CSS properties for 2D and 3D transformations.