tables style
This commit is contained in:
parent
6940574a3e
commit
d06b08786c
10
assets/themes/default/_tables.scss
Normal file
10
assets/themes/default/_tables.scss
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/* tables */
|
||||||
|
table, td, th, tr {
|
||||||
|
border: 1px dotted $lightpurple;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(even){background-color: $gray;}
|
@ -12,3 +12,4 @@
|
|||||||
@import "header";
|
@import "header";
|
||||||
@import "article";
|
@import "article";
|
||||||
@import "forms";
|
@import "forms";
|
||||||
|
@import "tables"
|
||||||
|
Loading…
Reference in New Issue
Block a user