2018-10-19 10:01:56 -04:00
|
|
|
.universities {
|
2019-12-05 14:09:31 -05:00
|
|
|
text-align: center;
|
|
|
|
.uni-logo {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 @padding-md;
|
|
|
|
width: 20%;
|
|
|
|
}
|
2014-06-20 12:17:24 -04:00
|
|
|
}
|
|
|
|
|
2018-09-17 19:08:34 -04:00
|
|
|
@media only screen and (max-width: @screen-sm-max) {
|
2019-12-05 14:09:31 -05:00
|
|
|
.universities {
|
|
|
|
.uni-logo {
|
|
|
|
padding: @padding-md;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
|
|
|
|
.website-redesign {
|
2024-01-10 11:51:00 -05:00
|
|
|
.home-animation-text-container {
|
2023-12-04 12:53:26 -05:00
|
|
|
padding-top: @header-height;
|
2024-01-10 11:51:00 -05:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
2023-12-04 12:53:26 -05:00
|
|
|
|
2024-01-10 11:51:00 -05:00
|
|
|
.home-begin-text {
|
|
|
|
font-weight: 400;
|
2023-12-04 12:53:26 -05:00
|
|
|
display: flex;
|
2024-01-10 11:51:00 -05:00
|
|
|
color: #5f5ff0;
|
|
|
|
font-size: 4rem;
|
|
|
|
line-height: 1.25;
|
|
|
|
font-family: 'DM Mono', monospace;
|
|
|
|
align-self: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 0;
|
|
|
|
font-weight: 400;
|
2023-12-04 12:53:26 -05:00
|
|
|
|
2024-01-10 11:51:00 -05:00
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
text-align: center;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 2.25rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-parenthesis-text {
|
|
|
|
color: #bbdbb8;
|
|
|
|
font-size: 4rem;
|
|
|
|
line-height: 1.25;
|
|
|
|
display: inherit;
|
|
|
|
|
2024-01-26 08:25:57 -05:00
|
|
|
span {
|
|
|
|
/* specifity workaround, otherwise .website-redesign span would take precedence */
|
2023-12-04 12:53:26 -05:00
|
|
|
font-family: 'DM Mono', monospace;
|
2024-01-26 08:25:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#home-animation-text {
|
2024-01-10 11:51:00 -05:00
|
|
|
color: @neutral-70;
|
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
|
2024-01-10 11:51:00 -05:00
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
font-size: 2.25rem;
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
2024-01-10 11:51:00 -05:00
|
|
|
}
|
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
|
2024-01-10 11:51:00 -05:00
|
|
|
.home-top-text {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.4;
|
|
|
|
margin-bottom: 0;
|
2024-01-24 11:56:53 -05:00
|
|
|
font-weight: 400;
|
2024-01-10 11:51:00 -05:00
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.33;
|
|
|
|
padding: 0 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: @screen-xs-max) {
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// force different line for desktop on both text
|
|
|
|
> span:first-of-type {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
2023-12-13 09:35:35 -05:00
|
|
|
|
2024-01-10 11:51:00 -05:00
|
|
|
// need to have an extra space only for mobile
|
|
|
|
// since on mobile all the text are inline
|
|
|
|
.dash-text {
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
&::after {
|
|
|
|
content: ' ';
|
2023-12-13 09:35:35 -05:00
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-registration {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
.home-registration-sso {
|
|
|
|
display: flex;
|
|
|
|
gap: 16px;
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
.hp-login-btn {
|
2024-03-27 10:11:31 -04:00
|
|
|
.login-btn;
|
|
|
|
|
2023-12-04 12:53:26 -05:00
|
|
|
width: 100%;
|
2024-03-27 10:11:31 -04:00
|
|
|
min-width: 220px;
|
|
|
|
|
|
|
|
.login-btn-icon {
|
|
|
|
position: absolute;
|
|
|
|
left: 6px;
|
|
|
|
top: 7px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-registration-separator {
|
2023-12-07 11:59:17 -05:00
|
|
|
margin: 8px 0;
|
2023-12-04 12:53:26 -05:00
|
|
|
color: @neutral-90;
|
|
|
|
|
|
|
|
> span {
|
|
|
|
vertical-align: middle;
|
|
|
|
&::before,
|
|
|
|
&::after {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 196px;
|
|
|
|
height: 1px;
|
|
|
|
background-color: @neutral-20;
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
width: 156px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&::before {
|
|
|
|
margin-right: 20px;
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-registration-password {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.home-registration-password-input {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2023-12-07 11:59:17 -05:00
|
|
|
gap: 16px;
|
2023-12-04 12:53:26 -05:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2024-04-03 11:36:50 -04:00
|
|
|
|
|
|
|
input {
|
|
|
|
flex: 1;
|
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.home-registration-sign-up {
|
|
|
|
display: block;
|
2023-12-07 11:59:17 -05:00
|
|
|
margin-top: 16px;
|
2023-12-04 12:53:26 -05:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
> button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tos-agreement-notice {
|
2023-12-13 09:35:35 -05:00
|
|
|
font-size: 0.75rem;
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|
|
|
|
}
|
2023-12-07 11:59:36 -05:00
|
|
|
|
2024-01-10 11:51:00 -05:00
|
|
|
.home-millions-user-text {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-12-14 12:26:01 -05:00
|
|
|
.home-university-logos {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
|
|
> img {
|
|
|
|
max-width: 145px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// 991px
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
justify-content: center;
|
|
|
|
gap: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-templates-button-desktop {
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-templates-button-mobile {
|
|
|
|
display: none;
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2024-01-10 11:51:00 -05:00
|
|
|
|
|
|
|
.home-plans-footer {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.125rem;
|
|
|
|
line-height: 1.333;
|
|
|
|
}
|
2024-01-23 11:40:24 -05:00
|
|
|
|
|
|
|
#home-features-arrow-green {
|
|
|
|
position: absolute;
|
2024-01-23 16:55:49 -05:00
|
|
|
left: 154px;
|
|
|
|
top: -98px;
|
2024-01-23 11:40:24 -05:00
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
|
|
|
height: 100px;
|
2024-01-23 16:55:49 -05:00
|
|
|
left: 120px;
|
|
|
|
top: -60px;
|
2024-01-23 11:40:24 -05:00
|
|
|
}
|
|
|
|
}
|
2024-01-22 21:29:00 -05:00
|
|
|
|
|
|
|
#home-rocket-yellow {
|
|
|
|
position: absolute;
|
|
|
|
right: 30px;
|
|
|
|
|
|
|
|
@media (max-width: @screen-md-max) {
|
|
|
|
height: 100px;
|
|
|
|
right: 30px;
|
|
|
|
bottom: -84px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: @screen-sm-max) {
|
2024-01-29 05:45:05 -05:00
|
|
|
height: 70px;
|
2024-01-22 21:29:00 -05:00
|
|
|
right: 0;
|
|
|
|
bottom: unset;
|
|
|
|
top: -79px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
2023-12-04 12:53:26 -05:00
|
|
|
}
|