Files
wgenerator/WEB/src/app/songs/modules/read/files/files.component.less
2019-08-04 21:13:43 +02:00

17 lines
147 B
Plaintext

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