compilation de grillade.css
This commit is contained in:
parent
0170daae6e
commit
5d4f5af819
5 changed files with 28 additions and 28 deletions
File diff suppressed because one or more lines are too long
|
@ -63,7 +63,7 @@ $grid-gutter-xl: $grid-gutter * 4;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Multi-line grid system (.grid-X) */
|
/* Multi-line grid system (.grid-X) */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@charset "UTF-8";
|
@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/
|
* Licence WTFPL http://www.wtfpl.net/
|
||||||
*/
|
*/
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
@ -399,22 +399,6 @@ html {
|
||||||
* {
|
* {
|
||||||
box-sizing: inherit; }
|
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 {
|
html {
|
||||||
/* set base font-size to equiv "10px", which is adapted to rem unit */
|
/* set base font-size to equiv "10px", which is adapted to rem unit */
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
|
@ -434,6 +418,18 @@ a {
|
||||||
a:hover, a:focus, a:active {
|
a:hover, a:focus, a:active {
|
||||||
color: #000; }
|
color: #000; }
|
||||||
|
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
padding-left: 2em; }
|
||||||
|
|
||||||
|
img {
|
||||||
|
vertical-align: middle; }
|
||||||
|
|
||||||
|
blockquote,
|
||||||
|
figure {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0; }
|
||||||
|
|
||||||
/* font-sizing for content */
|
/* font-sizing for content */
|
||||||
p,
|
p,
|
||||||
.p-like,
|
.p-like,
|
||||||
|
@ -550,9 +546,8 @@ video,
|
||||||
svg {
|
svg {
|
||||||
max-width: 100%; }
|
max-width: 100%; }
|
||||||
|
|
||||||
/* margin-bottom on tables */
|
img {
|
||||||
table {
|
height: auto; }
|
||||||
margin-bottom: 2rem; }
|
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* ==Print (quick print reset) */
|
/* ==Print (quick print reset) */
|
||||||
|
@ -762,6 +757,10 @@ th {
|
||||||
-ms-hyphens: manual;
|
-ms-hyphens: manual;
|
||||||
hyphens: manual; } }
|
hyphens: manual; } }
|
||||||
|
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
img[src$=".svg"] {
|
||||||
|
width: 100%; } }
|
||||||
|
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
/* ==Tables */
|
/* ==Tables */
|
||||||
/* ----------------------------- */
|
/* ----------------------------- */
|
||||||
|
@ -771,7 +770,8 @@ table,
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
vertical-align: top; }
|
vertical-align: top;
|
||||||
|
margin-bottom: 2rem; }
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
display: table; }
|
display: table; }
|
||||||
|
@ -1538,8 +1538,8 @@ ul.unstyled {
|
||||||
display: flex; }
|
display: flex; }
|
||||||
.grid > * {
|
.grid > * {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
-ms-flex: 1 1 0;
|
-ms-flex: 1 1 0%;
|
||||||
flex: 1 1 0; }
|
flex: 1 1 0%; }
|
||||||
/* Multi-line grid system (.grid-X) */
|
/* Multi-line grid system (.grid-X) */
|
||||||
[class*=" grid-"],
|
[class*=" grid-"],
|
||||||
[class^="grid-"] {
|
[class^="grid-"] {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -53,7 +53,7 @@ $grid-gutter-xl: $grid-gutter * 4;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Multi-line grid system (.grid-X) */
|
/* Multi-line grid system (.grid-X) */
|
||||||
|
|
Loading…
Reference in a new issue