mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 17:38:48 +03:00
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;
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user