Browse Source

[Boutique] Présentation : texte en gras

feature/rotating_product
Guillaume Bourgeois 6 months ago
parent
commit
6b2f8e2136
2 changed files with 7 additions and 5 deletions
  1. +5
    -4
      producer/web/css/screen.css
  2. +2
    -1
      producer/web/sass/site/_index.scss

+ 5
- 4
producer/web/css/screen.css View File

} }
/* line 49, ../sass/site/_index.scss */ /* line 49, ../sass/site/_index.scss */
.site-index #presentation .description strong { .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 { .site-index #presentation .description em {
font-style: italic; font-style: italic;
} }
/* line 57, ../sass/site/_index.scss */
/* line 58, ../sass/site/_index.scss */
.site-index #presentation .description a { .site-index #presentation .description a {
color: black; color: black;
text-decoration: underline; text-decoration: underline;
} }
/* line 62, ../sass/site/_index.scss */
/* line 63, ../sass/site/_index.scss */
.site-index #presentation .description p:last-child { .site-index #presentation .description p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }

+ 2
- 1
producer/web/sass/site/_index.scss View File



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


em { em {

Loading…
Cancel
Save