ソースを参照

[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 {

読み込み中…
キャンセル
保存