Projet

Général

Profil

0001-minint-finish-css-re-organization-29068.patch

Thomas Noël, 14 décembre 2018 14:34

Télécharger (7,34 ko)

Voir les différences:

Subject: [PATCH] minint: finish css re-organization (#29068)

 static/minint/{css => }/img/bg-header.png     | Bin
 static/minint/{css => }/img/bullet.png        | Bin
 static/minint/{css => }/img/chevron-back.png  | Bin
 static/minint/{css => }/img/chevron.png       | Bin
 static/minint/{css => }/img/chevron_white.png | Bin
 static/minint/{css => }/img/ico-arrow-top.png | Bin
 static/minint/{css => }/img/ico-download.png  | Bin
 .../{css => }/img/ico-link-external.png       | Bin
 static/minint/{css => }/img/ico-mailto.png    | Bin
 static/minint/{css => }/img/picto-alert.png   | Bin
 static/minint/{css => }/img/picto-valid.png   | Bin
 static/minint/sass/_fontface.scss             |  30 +++++++++---------
 templates/variants/minint/theme.html          |   2 +-
 13 files changed, 16 insertions(+), 16 deletions(-)
 rename static/minint/{css => }/img/bg-header.png (100%)
 rename static/minint/{css => }/img/bullet.png (100%)
 rename static/minint/{css => }/img/chevron-back.png (100%)
 rename static/minint/{css => }/img/chevron.png (100%)
 rename static/minint/{css => }/img/chevron_white.png (100%)
 rename static/minint/{css => }/img/ico-arrow-top.png (100%)
 rename static/minint/{css => }/img/ico-download.png (100%)
 rename static/minint/{css => }/img/ico-link-external.png (100%)
 rename static/minint/{css => }/img/ico-mailto.png (100%)
 rename static/minint/{css => }/img/picto-alert.png (100%)
 rename static/minint/{css => }/img/picto-valid.png (100%)
static/minint/sass/_fontface.scss
13 13

  
14 14
@font-face {
15 15
  font-family: 'robotoslab_light';
16
  src: url('../webfonts/robotoslab/RobotoSlab-Light-webfont.eot');
17
  src: url('../webfonts/robotoslab/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
18
       url('../webfonts/robotoslab/RobotoSlab-Light.woff') format('woff'),
19
       url('../webfonts/robotoslab/RobotoSlab-Light-webfont.ttf') format('truetype'),
20
       url('../webfonts/robotoslab/RobotoSlab-Light-webfont.svg#robotoslab_light') format('svg');
16
  src: url('webfonts/robotoslab/RobotoSlab-Light-webfont.eot');
17
  src: url('webfonts/robotoslab/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
18
       url('webfonts/robotoslab/RobotoSlab-Light.woff') format('woff'),
19
       url('webfonts/robotoslab/RobotoSlab-Light-webfont.ttf') format('truetype'),
20
       url('webfonts/robotoslab/RobotoSlab-Light-webfont.svg#robotoslab_light') format('svg');
21 21
  font-weight: 300;
22 22
  font-style: normal;
23 23
}
24 24

  
25 25
@font-face {
26 26
  font-family: 'robotoslab_regular';
27
  src: url('../webfonts/robotoslab/RobotoSlab-Regular-webfont.eot');
28
  src: url('../webfonts/robotoslab/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
29
       url('../webfonts/robotoslab/RobotoSlab-Regular.woff') format('woff'),
30
       url('../webfonts/robotoslab/RobotoSlab-Regular-webfont.ttf') format('truetype'),
31
       url('../webfonts/robotoslab/RobotoSlab-Regular-webfont.svg#robotoslab_regular') format('svg');
27
  src: url('webfonts/robotoslab/RobotoSlab-Regular-webfont.eot');
28
  src: url('webfonts/robotoslab/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
29
       url('webfonts/robotoslab/RobotoSlab-Regular.woff') format('woff'),
30
       url('webfonts/robotoslab/RobotoSlab-Regular-webfont.ttf') format('truetype'),
31
       url('webfonts/robotoslab/RobotoSlab-Regular-webfont.svg#robotoslab_regular') format('svg');
32 32
  font-weight: 400;
33 33
  font-style: normal;
34 34
}
35 35

  
36 36
@font-face {
37 37
  font-family: 'robotoslab_bold';
38
  src: url('../webfonts/robotoslab/RobotoSlab-Bold-webfont.eot');
39
  src: url('../webfonts/robotoslab/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
40
       url('../webfonts/robotoslab/RobotoSlab-Bold.woff') format('woff'),
41
       url('../webfonts/robotoslab/RobotoSlab-Bold-webfont.ttf') format('truetype'),
42
       url('../webfonts/robotoslab/RobotoSlab-Bold-webfont.svg#robotoslab_bold') format('svg');
38
  src: url('webfonts/robotoslab/RobotoSlab-Bold-webfont.eot');
39
  src: url('webfonts/robotoslab/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
40
       url('webfonts/robotoslab/RobotoSlab-Bold.woff') format('woff'),
41
       url('webfonts/robotoslab/RobotoSlab-Bold-webfont.ttf') format('truetype'),
42
       url('webfonts/robotoslab/RobotoSlab-Bold-webfont.svg#robotoslab_bold') format('svg');
43 43
  font-weight: 700;
44 44
  font-style: normal;
45 45
}
templates/variants/minint/theme.html
62 62
  {% block extra_scripts %}
63 63
  {% endblock %}
64 64

  
65
  <link href="{{site_base}}{% static "" %}minint/css/styles.css" rel="stylesheet">
65
  <link href="{{site_base}}{% static "" %}minint/style.css" rel="stylesheet">
66 66

  
67 67
    <!-- respond.js enable media query support -->
68 68
  <!--[if lt IE 9]>
69
-