forked from dbroqua/MusicTopus
{WIP} Bulma => Knacss (add album)
This commit is contained in:
parent
5b0f5a69c4
commit
21a184bf8d
7 changed files with 321 additions and 154 deletions
24
sass/table.scss
Normal file
24
sass/table.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
table {
|
||||
color: #363636;
|
||||
|
||||
th, td {
|
||||
padding: .5em .75em;
|
||||
border-bottom: 1px solid #dbdbdb;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
|
||||
tr:nth-child(2n) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
tbody {
|
||||
tr {
|
||||
&:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue