Quellcode durchsuchen

Merge branch 'develop'

master
Guillaume Bourgeois vor 6 Monaten
Ursprung
Commit
985e8b2903
2 geänderte Dateien mit 7 neuen und 5 gelöschten Zeilen
  1. +5
    -4
      producer/web/css/screen.css
  2. +2
    -1
      producer/web/sass/site/_index.scss

+ 5
- 4
producer/web/css/screen.css Datei anzeigen

@@ -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 Datei anzeigen

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

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

em {

Laden…
Abbrechen
Speichern