Decor table
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
ed6be35b4e
commit
f190064237
19
_scss/components/theme/_table.scss
Normal file
19
_scss/components/theme/_table.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user