Files
ax3Client/src/styles/demo-request-page.scss
Kenneth Jannette bc3d704a44 more
2024-02-16 06:55:41 -06:00

54 lines
756 B
SCSS

.requestdemo-para {
font-size: 1.3rem;
margin-top: -12px;
margin-bottom: 30px;
}
.demo-request-form {
width: 760px;
}
.requestdemo-tagline {
margin-bottom: 30px;
}
.demo-button-box {
display: flex;
flex-direction: column;
width: 85%;
justify-content: end;
align-items: end;
}
.demo {
width: 160px;
}
.demo-link-span {
margin-right: 10px;
}
@media only screen and (max-width: 430px) {
.demo-request-form {
width: 360px;
}
.demo-request-form {
display: flex;
flex-direction: column;
width: 340px;
align-items: center;
justify-content: center;
margin: auto;
}
.demo-page-row {
display: flex;
flex-direction: column;
width: 340px;
}
.demo-button-box {
width: 95%;
}
}