table created
This commit is contained in:
parent
5917c669f1
commit
3a3a3b5640
18
sass/_Table.sass
Normal file
18
sass/_Table.sass
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user