0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-05 00:50:25 +03:00

Decor table

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-04-24 15:37:16 +04:00
parent ed6be35b4e
commit f190064237

View File

@ -0,0 +1,19 @@
table {
border-spacing: 0;
width: 100%;
}
td,
th {
border-bottom: .1rem solid $color-quinary;
padding: 1.2rem 1.5rem;
text-align: left;
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}