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 CardMedia */

// Styles applied to the root element.
.ZuCardMedia-root {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

// Styles applied to the root element if component="video, audio, picture, iframe, or img".
.ZuCardMedia-media {
  width: 100%;
}

// Styles applied to the root element if component="picture or img".
.ZuCardMedia-img {
  object-fit: cover;
}