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.


/* Styles for Dialog */

// Styles applied to the root element.
.ZuDialog-root {

}

// Styles applied to the container element if scroll="paper".
.ZuDialog-scrollPaper {

}

// Styles applied to the container element if scroll="body".
.ZuDialog-scrollBody {

}

// Styles applied to the container element.
.ZuDialog-container {

}

// Styles applied to the Paper component.
.ZuDialog-paper {

}

// Styles applied to the Paper component if scroll="paper".
.ZuDialog-paperScrollPaper {

}

// Styles applied to the Paper component if scroll="body".
.ZuDialog-paperScrollBody {

}

// Styles applied to the Paper component if maxWidth=false.
.ZuDialog-paperWidthFalse {

}

// Styles applied to the Paper component if maxWidth="xs".
.ZuDialog-paperWidthXs {

}

// Styles applied to the Paper component if maxWidth="sm".
.ZuDialog-paperWidthSm {

}

// Styles applied to the Paper component if maxWidth="md".
.ZuDialog-paperWidthMd {

}

// Styles applied to the Paper component if maxWidth="lg".
.ZuDialog-paperWidthLg {

}

// Styles applied to the Paper component if maxWidth="xl".
.ZuDialog-paperWidthXl {

}

// Styles applied to the Paper component if fullWidth={true}.
.ZuDialog-paperFullWidth {

}

// Styles applied to the Paper component if fullScreen={true}.
.ZuDialog-paperFullScreen {

}