mirror of
https://github.com/scratchfoundation/scratch-resources.git
synced 2025-06-10 12:20:31 -04:00
Figured it would be good to add lint and have Travis check. Modified rules to avoid a complete rewrite of the bucket listing code. Their style doesn’t match Scratch team’s.
23 lines
No EOL
323 B
CSS
23 lines
No EOL
323 B
CSS
body {
|
|
color: hsla(0, 0, 42, 1); //#6B6B6B
|
|
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
}
|
|
|
|
a {text-decoration: none;}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
td {
|
|
min-width: 12rem;
|
|
}
|
|
td.type-icon {
|
|
min-width: 0;
|
|
}
|
|
|
|
#listing img {
|
|
max-height: 1.5rem;
|
|
} |