{WIP} Bulma => Knacss (add album)

This commit is contained in:
Damien Broqua 2022-02-18 11:05:10 +01:00
parent 5b0f5a69c4
commit 21a184bf8d
7 changed files with 321 additions and 154 deletions

24
sass/table.scss Normal file
View 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;
}
}
}
}