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

default.assets.wondergem.stylesheets.code.scss Maven / Gradle / Ivy

There is a newer version: 22.2.3
Show newest version
/*
 * Made with all the love in the world
 * by scireum in Remshalden, Germany
 *
 * Copyright by scireum GmbH
 * http://www.scireum.de - [email protected]
 */

//
// Code (inline and block)
// --------------------------------------------------

pre.plain {
  padding: 0px;
  margin: 0px;
  background: none;
  border: none;
  white-space: pre-wrap;
}

// Code Output with prettyprinting
pre.prettyprint {
  padding: 19px;
}

pre.infotext {
  margin-top: 10px;
  background-color: #393939;
  padding: 5px;
  font-family: monospace;
  color: $primary-color-light;
}

.code-with-config-buttons {
  margin: 10px 0;
  font-family: monospace;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy