@mixin nd-reveal-card-theme {
  el-reveal-card {
    box-shadow: el-theme(card-shadow);
    margin-bottom: el-theme(card-margin-bottom);
  }

  .second-card-container {
    height: 100%;
    border-radius: el-theme(card-border-radius);
  }

  .reveal-button {
    line-height: el-theme(card-text-line-height);
    padding: el-theme(card-padding);
  }
}
