如何为斯巴达克斯布局组件添加类

时间:2020-11-10 11:13:49

标签: angular hybris spartacus-storefront

例如,我们有code样式类AccountPageTemplate,如何添加新样式类或重命名。

1 个答案:

答案 0 :(得分:0)

仅将页面模板名称用作全局样式中的CSS类名称。

styles.scss

.AccountPageTemplate {
  // your css here...
    .BodyContent {
    // if you want to give style to content slots of this template
  }
}