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

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

There is a newer version: 3.6.0-RC1-bin-20240903-21a3d39-NIGHTLY
Show newest version
.supertypes {
  background-color: var(--action-primary-background-default-solid);
  padding: calc(3 * var(--base-spacing));
  padding-bottom: calc(1.5 * var(--base-spacing));
  overflow-x: scroll;
  position: relative;
  border-radius: 4px;
}

.supertypes > span {
  display: block;
}

.supertypes > div {
  display: none;
}

.supertypes > div:nth-child(1),
.supertypes > div:nth-child(2),
.supertypes > div:nth-child(3),
.supertypes > div:nth-child(4),
.supertypes > div:nth-child(5) {
  display: block;
}

.supertypes.collapsed > div {
  display: block;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy