You are here

taxonomy-term.css in Thunder 6.0.x

/* Unpublished term styles. */
.term--unpublished {
  padding: 20px 15px 0;
  background-color: #fff4f4;
}
.term--unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

File

themes/thunder_base/css/components/taxonomy-term.css
View source
  1. /* Unpublished term styles. */
  2. .term--unpublished {
  3. padding: 20px 15px 0;
  4. background-color: #fff4f4;
  5. }
  6. .term--unpublished .comment-text .comment-arrow {
  7. border-left: 1px solid #fff4f4;
  8. border-right: 1px solid #fff4f4;
  9. }