zcash-grant-system/admin/src/components/ArbiterControl/index.less

15 lines
269 B
Plaintext
Raw Normal View History

2019-02-06 10:38:07 -08:00
.ArbiterControl {
&-results {
margin: 1rem 0 0 0;
&.no-results {
padding: 2rem 0;
font-weight: bold;
color: rgba(0, 0, 0, 0.5);
text-align: center;
border: 1px dashed rgba(0, 0, 0, 0.2);
border-radius: 0.2rem;
}
}
}