pstream-extension/src/components/SetupScreen.css
2025-04-16 22:31:26 -06:00

41 lines
692 B
CSS

.setup-screen .title {
font-size: 1.5rem;
color: white;
}
.setup-screen .paragraph {
font-size: 1rem;
color: #666485;
max-width: 220px;
}
.setup-screen .top {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex: 1;
}
.setup-screen {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
box-sizing: border-box;
padding: 2rem;
text-align: center;
}
.setup-screen .icon {
/* background-color: #0b0b1b77; */
color: #8288FE;
height: 40px;
font-size: 40px;
/* width: 40px; */
/* border-radius: 9999px; */
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}