go-ethereum/shyftBlockExplorerUI/src/containers/App.css
Dustin Brickwood 13ae71cb05 renamed folder
2018-05-15 17:51:21 -04:00

28 lines
364 B
CSS

.App {
text-align: center;
}
body {
font-size: 14px;
font-family: 'Roboto', sans-serif;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}