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