fix caches

This commit is contained in:
Lisa P 2016-03-09 11:30:45 +01:00
parent 38398588bb
commit 521fb30b42
2 changed files with 17 additions and 17 deletions

View File

@ -31,13 +31,14 @@
@media #{$medium-up}
display: flex
justify-content: space-between
flex-flow: row wrap
flex-flow: row nowrap
align-items: center
padding: .3em 0
white-space: nowrap
.row-item:first-of-type
flex: 1 0 30%
padding-left: 1em
overflow: hidden
.row-item:nth-of-type(2)
flex: 1 0 30%
.row-item:nth-of-type(3)

31
public/images/stroke-icons/icon-scales.svg Executable file → Normal file
View File

@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="icon-builds" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
y="0px" viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#9D9D9D;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
</style>
<g id="builds">
<path id="Path_19_" class="st0" d="M11.553,11.153c0,0.663,0.589,1.216,1.289,1.105c0.442-0.074,0.811-0.442,0.884-0.884
c0.111-0.553-0.221-1.032-0.663-1.216c-0.258-0.111-0.405-0.368-0.405-0.663v-3.26"/>
<path id="Stroke-2_19_" class="st0" d="M0.868,5.867c-0.221,0-0.368-1.75-0.368-1.75c0-0.221,0.147-0.442,0.332-0.479L3.448,2.68
h3.193l7.491,1.032c0.221,0.036,0.368,0.22,0.368,0.404c0,0-0.184,1.75-0.368,1.75L0.868,5.867L0.868,5.867z M6.635,14.469V1.206
c0-0.221-1.161-0.405-1.345-0.442L3.816,0.506C3.632,0.469,3.447,0.616,3.447,0.8v13.632h2.211L6.635,14.469z M8.845,14.469H1.237
H8.845z"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="scale" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 18.3 16.5" style="enable-background:new 0 0 18.3 16.5;" xml:space="preserve">
<style type="text/css">
.st0{fill:#A7AEAE;}
</style>
<path class="st0" d="M18.3,10.8c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0l-3.1-6c0,0,0,0,0,0c0-0.2-0.2-0.4-0.5-0.5L9.8,3V0.6
C9.8,0.3,9.5,0,9.2,0S8.6,0.3,8.6,0.6v2.1L3.3,1.5c-0.2,0-0.4,0-0.5,0.1C2.7,1.7,2.6,1.8,2.5,1.9L0,7.9c0,0,0,0,0,0C0,7.9,0,8,0,8
c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0.1,1.8,1.5,3.3,3.4,3.3S6.7,10,6.8,8.2c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0
L4.2,2.9l4.4,1v11.4H6c-0.3,0-0.6,0.3-0.6,0.6s0.3,0.6,0.6,0.6h6.5c0.3,0,0.6-0.3,0.6-0.6s-0.3-0.6-0.6-0.6H9.8V4.2l4.1,0.9
l-2.3,5.5c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0.1,0,0.1c0,0,0,0,0,0c0.1,1.8,1.5,3.3,3.4,3.3S18.3,12.7,18.3,10.8
C18.3,10.8,18.3,10.8,18.3,10.8z M3.1,3.6l2,4H1.5L3.1,3.6z M3.4,10.2c-1,0-1.8-0.6-2.1-1.5h4.1C5.2,9.6,4.3,10.2,3.4,10.2z
M16.7,10.2h-3.7l1.6-4L16.7,10.2z M15,12.9c-1,0-1.8-0.6-2.1-1.5H17C16.7,12.3,15.9,12.9,15,12.9z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB