blowfish/src/app/components/Welcome.css

19 lines
259 B
CSS

.welcome {
width: 100%;
height: 100%;
text-align: center;
margin-top: 2rem;
}
.welcome svg {
display: block;
width: 5rem;
height: 5rem;
margin: 0 auto 2rem auto;
fill: #e2e2e2;
}
.dark .welcome svg {
fill: #41474e;
}