Neu [master] SCSS ".breadcrumb" doppelt in "*_crit.scss"

hotzeplotz

Aktives Mitglied
4. Februar 2019
65
3
Die Regeln für .breadcrumb sind zweimal vorhanden. Je in clear und midnight.

https://gitlab.com/jtl-software/jtl...s/NOVA/themes/clear/sass/clear_crit.scss#L134
CSS:
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: $breadcrumb-padding-y $breadcrumb-padding-x;
  margin-bottom: $breadcrumb-margin-bottom;
  list-style: none;
  background-color: $breadcrumb-bg;
  @include border-radius($breadcrumb-border-radius);
}

Weiter unten stehen dann die gleichen (aufgelösten?) Regeln noch mal.
https://gitlab.com/jtl-software/jtl...s/NOVA/themes/clear/sass/clear_crit.scss#L322
CSS:
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

https://gitlab.com/jtl-software/jtl.../themes/midnight/sass/midnight_crit.scss#L134
https://gitlab.com/jtl-software/jtl.../themes/midnight/sass/midnight_crit.scss#L321

Schönen Tag noch.
ciao, Stefan
 
Ähnliche Themen
Titel Forum Antworten Datum
Neu SCSS-Datei bearbeiten über FTP Allgemeine Fragen zu JTL-Shop 6

Ähnliche Themen