/**
 * @file Styling for the webapp.
 * @author Limepark
 * @copyright Limepark
 * @license https://limepark.se/licensvillkor
 */

label {
  display:block;
}

.pre-wrap {
  white-space: pre-wrap;
}

.env-definition-list dt {
  font-weight:bold;
}

.lp-assignment-card {
  margin:0 5px 10px 5px;
  min-height: 200px;
  width:245px;
  padding: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lp-assignment-card-caption {
  font-weight:bold;
  font-size:1.2rem;
}

.lp-assignment-card-text {
  font-size:1.2rem;
}

.addon-visma-assignments table caption {
  display:none;
}
