From 3a3a3b564023efab17fc52c2417d32b0c5f624c1 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Fri, 25 Dec 2015 22:58:21 -0300 Subject: [PATCH] table created --- sass/_Table.sass | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sass/_Table.sass diff --git a/sass/_Table.sass b/sass/_Table.sass new file mode 100644 index 0000000..db9c369 --- /dev/null +++ b/sass/_Table.sass @@ -0,0 +1,18 @@ + +// Table +// –––––––––––––––––––––––––––––––––––––––––––––––––– + +table + width: 100% + +th, +td + border-bottom: .1rem solid #e1e1e1 + padding: 1.2rem 1.5rem + text-align: left + + &:first-child + padding-left: 0 + + &:last-child + padding-right: 0