Adding table
This commit is contained in:
16
src/base/_table.scss
Normal file
16
src/base/_table.scss
Normal file
@ -0,0 +1,16 @@
|
||||
.table {
|
||||
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
|
||||
th,
|
||||
td {
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
tr:first-child {
|
||||
background-color: $primary;
|
||||
color: var(--on-primary);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user