@parity/light.js
Version:
A high-level reactive JS library optimized for light clients
35 lines (29 loc) • 496 B
CSS
/* Copyright 2015-2019 Parity Technologies (UK) Ltd.
* This file is part of Parity.
*
* SPDX-License-Identifier: MIT */
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
text-align: center;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}