I bootstrap barrio we have the following css that is inherited from the base theme in web/themes/contrib/bootstrap_barrio/css/components/node.css:

.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}

.node--view-mode-teaser h2 a {
  color: #181818;
}

However in web/themes/contrib/bootstrap_barrio/scss/components/node.scss I can see no reference to where this has been created.

the closest I can see is.

.node--view-mode-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

Are we missing some scss here?

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

2dareis2do created an issue. See original summary.

Shyam_Bhatt made their first commit to this issue’s fork.

ravi kant’s picture

Status: Active » Closed (duplicate)