MireaFrontend/src/pages/setup/setup.component.css

33 lines
419 B
CSS

.setup p {
letter-spacing: 0.55px;
font-size: 16px;
line-height: 26px;
margin: 15px 0;
}
.setup .secondary {
filter: brightness(0.8);
}
.setup hr {
margin: 10px 0;
}
.setup {
display: flex;
padding: 20px;
justify-content: center;
}
.setup-card {
padding: 15px 20px;
max-width: 750px;
width: 100%;
}
.setup-navigation {
display: flex;
justify-content: space-between;
margin: 15px 0;
}