Files
wgenerator/WEB/src/app/components/songs/song-files/song-files.component.less
2019-06-02 18:52:15 +02:00

17 lines
147 B
Plaintext

:host {
display: block;
}
button {
font-size: 24px;
color: #aaa;
&:hover {
color: #000;
}
}
tr.file-over {
background: #f908;
}