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

dotty_res.styles.theme.layout.arrowNavigation.css Maven / Gradle / Ivy

There is a newer version: 3.6.0-RC1-bin-20240917-6e852d2-NIGHTLY
Show newest version
.arrow-navigation {
  display: flex;
  margin-bottom: calc(6 * var(--base-spacing));
  margin-top: calc(6 * var(--base-spacing));
  gap: 24px;
}

.arrow-navigation > div {
  width: 100%;
}

.arrow-navigation > div .arrow-navigation--next {
  text-align: right;
}

.arrow-navigation > div .arrow-navigation--next ~ a {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.arrow-navigation > div > span {
  display: block;
  margin-bottom: calc(1 * var(--base-spacing));
  color: var(--text-secondary);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy