compilation de grillade.css

This commit is contained in:
Raphael Goetter 2016-09-27 16:40:19 +02:00
parent 0170daae6e
commit 5d4f5af819
5 changed files with 28 additions and 28 deletions

File diff suppressed because one or more lines are too long

View File

@ -63,7 +63,7 @@ $grid-gutter-xl: $grid-gutter * 4;
display: flex;
& > * {
flex: 1 1 0;
flex: 1 1 0%;
}
}
/* Multi-line grid system (.grid-X) */

View File

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* www.KNACSS.com V6.0.0 (21 septembre 2016) @author: Alsacreations, Raphael Goetter
* www.KNACSS.com V6.0.0 (27 septembre 2016) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
@ -399,22 +399,6 @@ html {
* {
box-sizing: inherit; }
ul,
ol {
padding-left: 2em; }
img {
vertical-align: middle; }
/* height auto only for non SVG images */
img:not([src$=".svg"]) {
height: auto; }
blockquote,
figure {
margin-left: 0;
margin-right: 0; }
html {
/* set base font-size to equiv "10px", which is adapted to rem unit */
font-size: 62.5%;
@ -434,6 +418,18 @@ a {
a:hover, a:focus, a:active {
color: #000; }
ul,
ol {
padding-left: 2em; }
img {
vertical-align: middle; }
blockquote,
figure {
margin-left: 0;
margin-right: 0; }
/* font-sizing for content */
p,
.p-like,
@ -550,9 +546,8 @@ video,
svg {
max-width: 100%; }
/* margin-bottom on tables */
table {
margin-bottom: 2rem; }
img {
height: auto; }
/* ----------------------------- */
/* ==Print (quick print reset) */
@ -762,6 +757,10 @@ th {
-ms-hyphens: manual;
hyphens: manual; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img[src$=".svg"] {
width: 100%; } }
/* ----------------------------- */
/* ==Tables */
/* ----------------------------- */
@ -771,7 +770,8 @@ table,
max-width: 100%;
table-layout: fixed;
border-collapse: collapse;
vertical-align: top; }
vertical-align: top;
margin-bottom: 2rem; }
.table {
display: table; }
@ -1538,8 +1538,8 @@ ul.unstyled {
display: flex; }
.grid > * {
-webkit-box-flex: 1;
-ms-flex: 1 1 0;
flex: 1 1 0; }
-ms-flex: 1 1 0%;
flex: 1 1 0%; }
/* Multi-line grid system (.grid-X) */
[class*=" grid-"],
[class^="grid-"] {

File diff suppressed because one or more lines are too long

View File

@ -53,7 +53,7 @@ $grid-gutter-xl: $grid-gutter * 4;
display: flex;
& > * {
flex: 1 1 0;
flex: 1 1 0%;
}
}
/* Multi-line grid system (.grid-X) */