regroupement des styles de tableaux
This commit is contained in:
parent
ba693cefba
commit
5d48351ef0
3 changed files with 20 additions and 19 deletions
|
@ -2,6 +2,7 @@
|
||||||
- architecture globale revisitée (vendor, config, library, components)
|
- architecture globale revisitée (vendor, config, library, components)
|
||||||
- normalize.css v7.0.0
|
- normalize.css v7.0.0
|
||||||
- autogrid object en Grid Layout
|
- autogrid object en Grid Layout
|
||||||
|
- regroupement des styles des tableaux
|
||||||
|
|
||||||
# changelog v6.1.2 (21 juin 2017)
|
# changelog v6.1.2 (21 juin 2017)
|
||||||
- alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`)
|
- alignement des helpers flexbox sur ceux de Bootstrap (`.d-flex`, `.flex-row`, `.flex-column`, `.mr-auto`)
|
||||||
|
|
|
@ -99,22 +99,3 @@ hr {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tables */
|
|
||||||
table,
|
|
||||||
.#{$kna-namespace}table {
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
caption {
|
|
||||||
padding: $small-value;
|
|
||||||
color: #555;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
td,
|
|
||||||
th {
|
|
||||||
padding: 0.3em 0.8em;
|
|
||||||
border: 1px #aaa dotted;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
|
@ -27,3 +27,22 @@ th {
|
||||||
min-width: $medium-value;
|
min-width: $medium-value;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* deco */
|
||||||
|
table,
|
||||||
|
.#{$kna-namespace}table {
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
caption {
|
||||||
|
padding: $small-value;
|
||||||
|
color: #555;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
td,
|
||||||
|
th {
|
||||||
|
padding: 0.3em 0.8em;
|
||||||
|
border: 1px #aaa dotted;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue