Commit 018644c1 authored by Nikolay Gromov's avatar Nikolay Gromov

Рефакторинг: table

parent aa5e0983
......@@ -3,17 +3,11 @@
// Очередность: http://nicothin.github.io/idiomatic-pre-CSS/#priority
.table {
display: block;
display: table;
width: 100%;
margin-bottom: 1em;
border: 1px solid $border-color;
table {
margin: 0;
border: 0;
border-collapse: collapse;
width: 100%;
}
border-collapse: collapse;
td,
th {
......@@ -30,24 +24,6 @@
text-align: inherit;
}
tbody,
thead,
tfoot {
&:last-child {
tr:last-child {
// stylelint-disable max-nesting-depth, selector-max-compound-selectors
td,
th {
border-bottom: 0;
}
// stylelint-enable
}
}
}
// caption {
// caption-side: top;
// text-align: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment