382 lines
7.3 KiB
CSS
382 lines
7.3 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@400;700&family=Signika:wght@400;600&display=swap');
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.MuiPaper-root {
|
|
background-color: rgba(0, 157, 226, 0.9);
|
|
color: #FFF;
|
|
}
|
|
|
|
.MuiTypography-root {
|
|
color: #FFF;
|
|
font-family: "Signika";
|
|
}
|
|
|
|
.MuiLink-button {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
|
|
/* headers */
|
|
h1.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 50px
|
|
}
|
|
h2.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: normal;
|
|
font-size: 40px;
|
|
}
|
|
h5.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-size: 20px;
|
|
}
|
|
h6.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-size: 20px;
|
|
}
|
|
|
|
@media(max-width: 1199px) {
|
|
h1.MuiTypography-root {
|
|
font-size: 40px;
|
|
}
|
|
h2.MuiTypography-root {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
@media(max-width: 899px) {
|
|
h1.MuiTypography-root {
|
|
font-size: 30px;
|
|
}
|
|
h2.MuiTypography-root {
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
/* input */
|
|
.MuiFormControl-root {
|
|
background-color: #FFF;
|
|
}
|
|
.MuiInputBase-root {
|
|
background-color: #FFF;
|
|
border-radius: unset;
|
|
font-family: "Signika";
|
|
}
|
|
.MuiFormControl-root label {
|
|
font-family: "Signika";
|
|
}
|
|
.MuiButton-root {
|
|
color: #FFF;
|
|
}
|
|
.MuiLink-button {
|
|
vertical-align: unset;
|
|
}
|
|
.MuiFormHelperText-root {
|
|
font-family: "Signika";
|
|
}
|
|
.MuiButton-contained.Mui-disabled {
|
|
background-color: #848682 !important;
|
|
}
|
|
|
|
|
|
/* list */
|
|
.myList {
|
|
padding: 0;
|
|
}
|
|
.myList li {
|
|
padding: 0;
|
|
}
|
|
.myList .MuiListItemIcon-root {
|
|
min-width: 30px;
|
|
}
|
|
.myList .openListItem {
|
|
color: #FFF;
|
|
}
|
|
.myList .closeListItem {
|
|
color: #d1d0d0;
|
|
}
|
|
|
|
|
|
/* modal dialog */
|
|
.modalDialog .MuiPaper-root {
|
|
background-color: #FFF;
|
|
border-bottom: 10px solid #009de2;
|
|
}
|
|
.MuiDialogTitle-root {
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
}
|
|
.modalDialog__title {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed #000;
|
|
}
|
|
.modalDialog__titleIcon {
|
|
color: #009de2;
|
|
font-size: 80px;
|
|
margin-right: 20px;
|
|
}
|
|
.modalDialog .MuiTypography-root {
|
|
color: #2e2d2d;
|
|
}
|
|
.modalDialog h1.MuiTypography-root {
|
|
color: #009de2;
|
|
font-weight: normal;
|
|
}
|
|
.modalDialog h5.MuiTypography-root {
|
|
color: #009de2;
|
|
font-weight: bold;
|
|
}
|
|
.modalDialog__partTitle {
|
|
margin-top: 20px;
|
|
}
|
|
.modalDialog__img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
@media (max-width: 1199px) {
|
|
.modalDialog__titleIcon {
|
|
font-size: 60px;
|
|
}
|
|
}
|
|
@media (max-width: 899px) {
|
|
.modalDialog__titleIcon {
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
/* terms and conditions */
|
|
.terms .MuiPaper-root {
|
|
background-color: #FFF;
|
|
border-bottom: 15px solid #009de2;
|
|
}
|
|
.terms h1.MuiTypography-root {
|
|
color: #009de2;
|
|
font-weight: normal;
|
|
font-size: 30px;
|
|
}
|
|
.terms__title {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed #000;
|
|
}
|
|
.terms .MuiTypography-root {
|
|
color: #424040;
|
|
font-weight: 300;
|
|
}
|
|
.terms .MuiTypography-h6 {
|
|
color: #009de2;
|
|
font-size: 18px;
|
|
}
|
|
.terms .MuiList-root {
|
|
color: #646262;
|
|
font-family: 'Signika';
|
|
font-weight: 300;
|
|
font-size: 0.875rem;
|
|
list-style-type: decimal;
|
|
padding-left: 20px;
|
|
}
|
|
.terms .terms__list_marker {
|
|
list-style-type: disc
|
|
}
|
|
.terms .MuiList-root .MuiListItem-root {
|
|
display: list-item;
|
|
}
|
|
.terms .terms__table .MuiTable-root {
|
|
width: auto;
|
|
}
|
|
.terms .terms__table .MuiTableCell-root {
|
|
font-family: 'Signaka';
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.terms .MuiLink-root {
|
|
color: #009de2;
|
|
}
|
|
.table_w100 {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
/* bottom links */
|
|
.bottomLinks .MuiTypography-root {
|
|
font-size: 13px;
|
|
}
|
|
.bottomLinks .bottomLinks__swithBanner .MuiTypography-root {
|
|
font-size: 15px;
|
|
}
|
|
|
|
|
|
/* register banner for general tenants */
|
|
.registerBannerForGeneralTenants {
|
|
width: 500px;
|
|
}
|
|
.registerBannerForGeneralTenants__img {
|
|
margin-right: 30px;
|
|
}
|
|
.registerBannerForGeneralTenants .sendBtn {
|
|
background-color: #868482;
|
|
}
|
|
.registerBannerForGeneralTenants .sendBtn:hover {
|
|
background-color: #868482;
|
|
}
|
|
|
|
|
|
/* auth banner for register owners */
|
|
.authBannerForRegisterOwners__description {
|
|
font-size: 25px;
|
|
}
|
|
.authBannerForRegisterOwners {
|
|
position: relative;
|
|
}
|
|
.authBannerForRegisterOwners__img {
|
|
background-image: url('../img/strongAuthBanner.png');
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: top center;
|
|
width: 100%;
|
|
height: 400px;
|
|
margin: 30px auto 0;
|
|
}
|
|
.authBannerForRegisterOwners__listContainer {
|
|
margin-top: 40px;
|
|
}
|
|
.authBannerForRegisterOwners__listTitle {
|
|
text-transform: uppercase;
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
border-bottom: 1px #FFF dashed;
|
|
}
|
|
.authBannerForRegisterOwners__switch {
|
|
position: absolute;
|
|
right: 60px;
|
|
top: 10px
|
|
}
|
|
.authBannerForRegisterOwners__formContainer {
|
|
padding-top: 140px !important;
|
|
}
|
|
.authBannerForRegisterOwners__form .sendBtn {
|
|
background-color: #6dc417;
|
|
}
|
|
.authBannerForRegisterOwners__form .sendBtn:hover {
|
|
background-color: #6dc417;
|
|
}
|
|
.authBannerForRegisterOwners__helperText {
|
|
color: #FFF;
|
|
}
|
|
.authBannerForRegisterOwners_close {
|
|
background-color: #15749c;
|
|
border-radius: 15px;
|
|
padding-right: 120px;
|
|
padding-left: 30px;
|
|
min-height: 55px;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.authBannerForRegisterOwners__formContainer {
|
|
padding-top: 10px !important;
|
|
}
|
|
.authBannerForRegisterOwners__switch {
|
|
right: 10px;
|
|
}
|
|
.authBannerForRegisterOwners__description {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.authBannerForRegisterOwners__img {
|
|
max-width: 300px;
|
|
height: 300px;
|
|
}
|
|
}
|
|
|
|
|
|
/* auth banner for general owners */
|
|
.authBannerForGeneralOwners__description {
|
|
font-size: 25px;
|
|
}
|
|
.authBannerForGeneralOwners__img {
|
|
background-image: url('../img/strongAuthBanner.png');
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: top center;
|
|
width: 100%;
|
|
height: 400px;
|
|
margin: 30px auto 0;
|
|
}
|
|
.authBannerForGeneralOwners__listContainer {
|
|
margin-top: 40px;
|
|
}
|
|
.authBannerForGeneralOwners__listTitle {
|
|
text-transform: uppercase;
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
border-bottom: 1px #FFF dashed;
|
|
}
|
|
.authBannerForGeneralOwners__form .sendBtn {
|
|
background-color: #6dc417;
|
|
}
|
|
.authBannerForGeneralOwners__form .sendBtn:hover {
|
|
background-color: #6dc417;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.authBannerForGeneralOwners__description {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.authBannerForGeneralOwners__img {
|
|
max-width: 300px;
|
|
height: 300px;
|
|
}
|
|
}
|
|
|
|
|
|
/* register banner for general owners */
|
|
.registerBannerForGeneralOwners__description {
|
|
font-size: 25px;
|
|
}
|
|
.registerBannerForGeneralOwners__img {
|
|
background-image: url('../img/registerBanner.png');
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
background-position: top center;
|
|
width: 100%;
|
|
height: 400px;
|
|
margin: 30px auto 0;
|
|
}
|
|
.registerBannerForGeneralOwners__listContainer {
|
|
margin-top: 40px;
|
|
}
|
|
.registerBannerForGeneralOwners__listTitle {
|
|
text-transform: uppercase;
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
border-bottom: 1px #FFF dashed;
|
|
}
|
|
.registerBannerForGeneralOwners__list .MuiListItem-root:not(:first-child) .MuiTypography-root {
|
|
color: #d1d0d0;
|
|
}
|
|
.registerBannerForGeneralOwners__form .sendBtn {
|
|
background-color: #f69e24;
|
|
}
|
|
.registerBannerForGeneralOwners__form .sendBtn:hover {
|
|
background-color: #f69e24;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.registerBannerForGeneralOwners__description {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.registerBannerForGeneralOwners__img {
|
|
max-width: 300px;
|
|
height: 300px;
|
|
}
|
|
} |