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

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

/*
 * Made with all the love in the world
 * by scireum in Remshalden, Germany
 *
 * Copyright by scireum GmbH
 * http://www.scireum.de - [email protected]
 */

//
// Wells
// --------------------------------------------------

// Base class
.well {
  background-color: $white;
  border: 1px solid $borderColor;
  border-radius: $baseBorderRadius;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  .legend {
    margin: -10px -10px 10px;
    padding: 0 10px;
    font-size: 16px;
  }

}

.well.nav-box {
  padding: 0px;
}

.well.help-box {
  background-color: rgba(142, 199, 234, 0.4);
  border: 1px solid #bfe1f3;
  color: #4a697d;
  font-size: 11.9px;
  line-height: 17px;
  padding: 8px;

}

.well.help-box.p:last-child {
  margin-bottom: 0;
}

.infobox {

  .well {
    margin-top: 20px;
    padding: 10px;
    background-color: rgba(94, 99, 103, 0.08);
    font-size: $fontSizeSmall;
  }

  .legend {
    box-sizing: initial;
    padding: 5px 10px;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy