浏览代码

[Boutique] Présentation : texte en gras

feature/rotating_product
Guillaume Bourgeois 6 个月前
父节点
当前提交
6b2f8e2136
共有 2 个文件被更改,包括 7 次插入5 次删除
  1. +5
    -4
      producer/web/css/screen.css
  2. +2
    -1
      producer/web/sass/site/_index.scss

+ 5
- 4
producer/web/css/screen.css 查看文件

@@ -526,18 +526,19 @@ termes.
}
/* line 49, ../sass/site/_index.scss */
.site-index #presentation .description strong {
font-weight: bold;
font-weight: normal;
font-family: 'worksans_semibold';
}
/* line 53, ../sass/site/_index.scss */
/* line 54, ../sass/site/_index.scss */
.site-index #presentation .description em {
font-style: italic;
}
/* line 57, ../sass/site/_index.scss */
/* line 58, ../sass/site/_index.scss */
.site-index #presentation .description a {
color: black;
text-decoration: underline;
}
/* line 62, ../sass/site/_index.scss */
/* line 63, ../sass/site/_index.scss */
.site-index #presentation .description p:last-child {
margin-bottom: 0px;
}

+ 2
- 1
producer/web/sass/site/_index.scss 查看文件

@@ -47,7 +47,8 @@ termes.

.description {
strong {
font-weight: bold;
font-weight: normal;
font-family: 'worksans_semibold';
}

em {

正在加载...
取消
保存