All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotty_res.styles.theme.components.badge.css Maven / Gradle / Ivy

There is a newer version: 3.6.0-RC1-bin-20240903-21a3d39-NIGHTLY
Show newest version
/* should be used with .h50 class */
.badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.125 * var(--base-spacing), 0.5 * var(--base-spacing);
  border-radius: 2px;
  background-color: var(--semantic-background-grey);
  color: var(--semantic-content-grey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy