915 lines
18 KiB
CSS
915 lines
18 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Kreon:wght@300;400;500;600;700&family=Signika:wght@300;400;500;600;700&display=swap');
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.selectInput {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.banner .MuiPaper-root {
|
|
background-color: rgba(0, 157, 226, 0.9);
|
|
color: #FFF;
|
|
}
|
|
|
|
.banner .MuiTypography-root {
|
|
color: #FFF;
|
|
font-family: "Signika";
|
|
}
|
|
|
|
.banner .MuiLink-button {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
|
|
/* headers */
|
|
.banner h1.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 50px
|
|
}
|
|
.banner h2.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: normal;
|
|
font-size: 40px;
|
|
}
|
|
.banner h5.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-size: 20px;
|
|
}
|
|
.banner h6.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-size: 20px;
|
|
}
|
|
|
|
@media(max-width: 1199px) {
|
|
.banner h1.MuiTypography-root {
|
|
font-size: 40px;
|
|
}
|
|
.banner h2.MuiTypography-root {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
@media(max-width: 899px) {
|
|
.banner h1.MuiTypography-root {
|
|
font-size: 30px;
|
|
}
|
|
.banner h2.MuiTypography-root {
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
/* input */
|
|
.banner .MuiFormControl-root {
|
|
background-color: #FFF;
|
|
}
|
|
.banner .MuiInputBase-root {
|
|
background-color: #FFF;
|
|
border-radius: unset;
|
|
font-family: "Signika";
|
|
}
|
|
.banner .MuiFormControl-root label {
|
|
font-family: "Signika";
|
|
}
|
|
.banner .MuiButton-root {
|
|
color: #FFF;
|
|
}
|
|
.banner .MuiLink-button {
|
|
vertical-align: unset;
|
|
}
|
|
.banner .MuiFormHelperText-root {
|
|
font-family: "Signika";
|
|
}
|
|
.banner .MuiButton-contained.Mui-disabled {
|
|
background-color: #848682 !important;
|
|
}
|
|
|
|
|
|
/* list */
|
|
.banner .myList {
|
|
padding: 0;
|
|
}
|
|
.banner .myList li {
|
|
padding: 0;
|
|
}
|
|
.banner .myList .MuiListItemIcon-root {
|
|
min-width: 30px;
|
|
}
|
|
.banner .myList .openListItem {
|
|
color: #FFF;
|
|
}
|
|
.banner .myList .closeListItem {
|
|
color: #d1d0d0;
|
|
}
|
|
|
|
|
|
/* modal dialog */
|
|
.banner.modalDialog .MuiPaper-root {
|
|
background-color: #FFF;
|
|
border-bottom: 10px solid #009de2;
|
|
}
|
|
.banner.MuiDialogTitle-root {
|
|
padding-left: 40px;
|
|
padding-right: 40px;
|
|
}
|
|
.banner .modalDialog__title {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed #000;
|
|
}
|
|
.banner .modalDialog__titleIcon {
|
|
color: #009de2;
|
|
font-size: 80px;
|
|
margin-right: 20px;
|
|
}
|
|
.banner.modalDialog .MuiTypography-root {
|
|
color: #2e2d2d;
|
|
}
|
|
.banner.modalDialog h1.MuiTypography-root {
|
|
color: #009de2;
|
|
font-weight: normal;
|
|
}
|
|
.banner.modalDialog h5.MuiTypography-root {
|
|
color: #009de2;
|
|
font-weight: bold;
|
|
}
|
|
.banner .modalDialog__partTitle {
|
|
margin-top: 20px;
|
|
}
|
|
.bannerModalDialog__img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
@media (max-width: 1199px) {
|
|
.banner .modalDialog__titleIcon {
|
|
font-size: 60px;
|
|
}
|
|
}
|
|
@media (max-width: 899px) {
|
|
.banner .modalDialog__titleIcon {
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
/* terms and conditions */
|
|
.terms.banner .MuiPaper-root {
|
|
background-color: #FFF;
|
|
border-bottom: 15px solid #009de2;
|
|
}
|
|
.terms.banner h1.MuiTypography-root {
|
|
color: #009de2;
|
|
font-weight: 300;
|
|
font-size: 50px;
|
|
}
|
|
.terms.banner .terms__title {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed #000;
|
|
}
|
|
.terms.banner .MuiTypography-root {
|
|
color: #424040;
|
|
font-weight: 300;
|
|
}
|
|
.terms.banner .MuiTypography-h6 {
|
|
color: #009de2;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
}
|
|
.terms.banner .MuiList-root {
|
|
color: #646262;
|
|
font-family: 'Signika';
|
|
font-weight: 300;
|
|
font-size: 0.875rem;
|
|
list-style-type: decimal;
|
|
padding-left: 20px;
|
|
}
|
|
.terms.banner .terms__list_marker {
|
|
list-style-type: disc
|
|
}
|
|
.terms.banner .MuiList-root .MuiListItem-root {
|
|
display: list-item;
|
|
}
|
|
.terms.banner .terms__table .MuiTable-root {
|
|
width: auto;
|
|
}
|
|
.terms.banner .terms__table .MuiTableCell-root {
|
|
font-family: 'Signaka';
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.terms.banner .MuiLink-root {
|
|
color: #009de2;
|
|
}
|
|
.banner .table_w100 {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
/* bottom links */
|
|
.banner .bottomLinks .MuiTypography-root {
|
|
font-size: 13px;
|
|
}
|
|
.banner .bottomLinks .bottomLinks__switchBanner .MuiTypography-root {
|
|
font-size: 15px;
|
|
}
|
|
|
|
|
|
/* register banner for general tenants */
|
|
.banner.registerBannerForGeneralTenants {
|
|
width: 500px;
|
|
}
|
|
.banner.registerBannerForGeneralTenants .registerBannerForGeneralTenants__img {
|
|
margin-right: 30px;
|
|
}
|
|
.banner.registerBannerForGeneralTenants .sendBtn {
|
|
background-color: #868482;
|
|
}
|
|
.banner.registerBannerForGeneralTenants .sendBtn:hover {
|
|
background-color: #868482;
|
|
}
|
|
|
|
|
|
/* auth banner for register owners */
|
|
.banner .authBannerForRegisterOwners__description {
|
|
font-size: 25px;
|
|
}
|
|
.banner.authBannerForRegisterOwners {
|
|
position: relative;
|
|
}
|
|
.banner .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;
|
|
}
|
|
.banner .authBannerForRegisterOwners__listContainer {
|
|
margin-top: 40px;
|
|
}
|
|
.banner .authBannerForRegisterOwners__listTitle {
|
|
text-transform: uppercase;
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
border-bottom: 1px #FFF dashed;
|
|
}
|
|
.banner .authBannerForRegisterOwners__switch {
|
|
position: absolute;
|
|
right: 60px;
|
|
top: 10px
|
|
}
|
|
.banner .authBannerForRegisterOwners__switch .MuiSwitch-track {
|
|
opacity: 1;
|
|
}
|
|
.banner .authBannerForRegisterOwners__switch .Mui-checked + .MuiSwitch-track {
|
|
background-color: #6dc417;
|
|
}
|
|
.banner .authBannerForRegisterOwners__formContainer {
|
|
padding-top: 140px !important;
|
|
}
|
|
.banner .authBannerForRegisterOwners__form .sendBtn {
|
|
background-color: #6dc417;
|
|
}
|
|
.banner .authBannerForRegisterOwners__form .sendBtn:hover {
|
|
background-color: #6dc417;
|
|
}
|
|
.banner .authBannerForRegisterOwners__helperText {
|
|
color: #FFF;
|
|
}
|
|
.banner.authBannerForRegisterOwners_close {
|
|
background-color: #15749c;
|
|
border-radius: 15px;
|
|
padding-right: 120px;
|
|
padding-left: 30px;
|
|
min-height: 55px;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.banner .authBannerForRegisterOwners__formContainer {
|
|
padding-top: 10px !important;
|
|
}
|
|
.banner .authBannerForRegisterOwners__switch {
|
|
right: 10px;
|
|
}
|
|
.banner .authBannerForRegisterOwners__description {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.banner .authBannerForRegisterOwners__img {
|
|
max-width: 300px;
|
|
height: 300px;
|
|
}
|
|
}
|
|
|
|
|
|
/* auth banner for general owners */
|
|
.banner .authBannerForGeneralOwners__description {
|
|
font-size: 25px;
|
|
}
|
|
.banner .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;
|
|
}
|
|
.banner .authBannerForGeneralOwners__listContainer {
|
|
margin-top: 40px;
|
|
}
|
|
.banner .authBannerForGeneralOwners__listTitle {
|
|
text-transform: uppercase;
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
border-bottom: 1px #FFF dashed;
|
|
}
|
|
.banner .authBannerForGeneralOwners__form .sendBtn {
|
|
background-color: #6dc417;
|
|
}
|
|
.banner .authBannerForGeneralOwners__form .sendBtn:hover {
|
|
background-color: #6dc417;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.banner .authBannerForGeneralOwners__description {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.banner .authBannerForGeneralOwners__img {
|
|
max-width: 300px;
|
|
height: 300px;
|
|
}
|
|
}
|
|
|
|
|
|
/* register banner for general owners */
|
|
.banner .registerBannerForGeneralOwners__description {
|
|
font-size: 25px;
|
|
}
|
|
.banner .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;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__listContainer {
|
|
margin-top: 40px;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__listTitle {
|
|
text-transform: uppercase;
|
|
font-family: 'Kreon';
|
|
font-weight: bold;
|
|
font-size: 14px !important;
|
|
border-bottom: 1px #FFF dashed;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__list .MuiListItem-root:not(:first-child) .MuiTypography-root {
|
|
color: #d1d0d0;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__form .sendBtn {
|
|
background-color: #f69e24;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__form .sendBtn:hover {
|
|
background-color: #f69e24;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.banner .registerBannerForGeneralOwners__description {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (max-width: 500px) {
|
|
.banner .registerBannerForGeneralOwners__img {
|
|
max-width: 300px;
|
|
height: 300px;
|
|
}
|
|
}
|
|
|
|
/* pagte after registration */
|
|
.banner.registration .MuiTypography-root{
|
|
color: #000;
|
|
background-color: white;
|
|
}
|
|
|
|
|
|
|
|
/* ADMIN */
|
|
|
|
/* main text */
|
|
.admin .MuiTypography-root {
|
|
color: #009de2;
|
|
font-family: "Signika";
|
|
}
|
|
.admin .MuiPaper-root {
|
|
color: #009de2;
|
|
}
|
|
|
|
/* headers */
|
|
.admin h2.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: 300;
|
|
color: #009de2;
|
|
font-size: 40px;
|
|
}
|
|
.admin h3.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: 300;
|
|
color: #000;
|
|
font-size: 36px;
|
|
}
|
|
.admin h4.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: 600;
|
|
font-size: 24px;
|
|
}
|
|
.admin h5.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: 600;
|
|
color: #000;
|
|
font-size: 18px;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.admin h2.MuiTypography-root {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
/* error text */
|
|
.errorText {
|
|
color: red !important;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.MuiFormHelperText-root {
|
|
font-family: "Signika";
|
|
color: #009de2;
|
|
}
|
|
|
|
.admin .MuiIconButton-root {
|
|
color: #069de4;
|
|
padding: 0;
|
|
}
|
|
.admin .MuiTable-root .MuiIconButton-root:hover {
|
|
background-color: transparent;
|
|
}
|
|
.tooltip.MuiTypography-root {
|
|
color: #FFF;
|
|
}
|
|
.tooltip {
|
|
color: #FFF;
|
|
}
|
|
|
|
|
|
/* card */
|
|
.admin .MuiCard-root {
|
|
border-bottom: 20px solid #009de2;
|
|
}
|
|
|
|
|
|
/* buttons */
|
|
.admin .MuiButton-contained {
|
|
background-color: #009de2;
|
|
}
|
|
.admin .MuiButton-contained.Mui-disabled {
|
|
color: rgba(0, 0, 0, 0.26);
|
|
box-shadow: none;
|
|
background-color: rgba(0, 0, 0, 0.12);
|
|
}
|
|
.admin .MuiButton-contained:hover {
|
|
background-color: #009de2;
|
|
}
|
|
.admin .MuiButton-contained .MuiTypography-root {
|
|
color: #FFF;
|
|
}
|
|
.admin .MuiButton-text .MuiTypography-root {
|
|
text-transform: none;
|
|
}
|
|
|
|
|
|
/* select company */
|
|
.admin .selectCompany {
|
|
margin-top: 20px;
|
|
}
|
|
.admin .selectCompany .MuiCardHeader-content {
|
|
border-bottom: 1px dotted #000;
|
|
padding-bottom: 10px;
|
|
}
|
|
.admin .selectCompany__dropdown option {
|
|
font-family: "Signika";
|
|
}
|
|
.admin .selectCompany__searchIcon {
|
|
color: #009de2;
|
|
}
|
|
|
|
/* table */
|
|
.admin .MuiTableCell-root {
|
|
font-family: "Signika";
|
|
border: none;
|
|
}
|
|
.admin .MuiTableCell-head {
|
|
padding-right: 16px;
|
|
white-space: nowrap;
|
|
}
|
|
.admin .MuiTableHead-root tr {
|
|
background-color: #FFF !important;
|
|
}
|
|
.admin .MuiTableRow-root:nth-child(2n+1) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
.admin .MuiTableRow-root .MuiTableCell-root {
|
|
padding: 5px 10px;
|
|
}
|
|
.admin .MuiTableRow-root:nth-child(2n) .MuiTableCell-root {
|
|
padding: 7px 10px;
|
|
}
|
|
/*.admin .table_w100 {
|
|
width: 100%;
|
|
}*/
|
|
|
|
.admin .tableContainer {
|
|
position: relative;
|
|
}
|
|
.admin .tableContainer::after {
|
|
content: unset;
|
|
}
|
|
.admin .tableContainer.after-true::after {
|
|
content: "";
|
|
background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(243, 241, 241, 0.2));
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 40px;
|
|
height: 100%;
|
|
}
|
|
|
|
/* own flats selection */
|
|
.admin .ownFlatsSelection .ownFlatsSelection__pmcContainer {
|
|
border-bottom: 1px dotted #000;
|
|
padding-bottom: 10px;
|
|
}
|
|
.admin .ownFlatsSelection .MuiIconButton-root {
|
|
padding: 5px;
|
|
}
|
|
.admin .ownFlatsSelection .MuiCardHeader-action .MuiIconButton-root .MuiSvgIcon-root {
|
|
font-size: 26px;
|
|
}
|
|
.admin .ownFlatsSelection .ownFlatsSelection__pmcName {
|
|
border-bottom: 1px dotted #000;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.admin .ownFlatsSelection__table .MuiIconButton-root {
|
|
padding: 0;
|
|
}
|
|
.admin .ownFlatsSelection__table .MuiTableRow-root .MuiTableCell-root {
|
|
padding: 5px 10px;
|
|
}
|
|
.admin .ownFlatsSelection__table .MuiTableRow-root:nth-child(2n) .MuiTableCell-root {
|
|
padding: 7px 10px;
|
|
}
|
|
.admin .ownFlatsSelection__table .MuiIconButton-root:hover {
|
|
background-color: transparent;
|
|
}
|
|
.admin .ownFlatsSelection__table .MuiIconButton-root svg {
|
|
color: #009de2;
|
|
font-size: 19px;
|
|
}
|
|
.admin .ownFlatsSelection .ownFlatsSelection__titleIcon {
|
|
color: #009de2;
|
|
font-size: 60px;
|
|
margin-right: 20px;
|
|
}
|
|
.admin .ownFlatsSelection__selectRow {
|
|
color: #000;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.admin .ownFlatsSelection .ownFlatsSelection__titleIcon {
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
|
|
|
|
/* table: flats management */
|
|
.admin .flatsManagement__table .MuiIconButton-root svg {
|
|
color: #009de2;
|
|
}
|
|
.admin .flatsManagement__table .MuiSvgIcon-root {
|
|
font-size: 19px;
|
|
}
|
|
|
|
|
|
/* table: condo mappings */
|
|
.admin .condoMappings__table .MuiIconButton-root svg {
|
|
color: #009de2;
|
|
}
|
|
.admin .condoMappings__table .MuiSvgIcon-root {
|
|
font-size: 19px;
|
|
}
|
|
.admin .condoMappings__table_change {
|
|
color: #009de2;
|
|
white-space: nowrap;
|
|
}
|
|
.admin .condoMappings__table .MuiTypography-body1 {
|
|
font-size: 0.875rem;
|
|
}
|
|
.admin .condoMappings__table tbody .MuiTableRow-root:last-child .MuiTypography-body1 {
|
|
font-size: 1rem;
|
|
}
|
|
.admin .condoMappings__table .MuiButton-text {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
/* table: approved user flats */
|
|
.admin .manageApprovedMappings__table .checkIcon {
|
|
color: #2eaf06;
|
|
}
|
|
.admin .manageApprovedMappings__table .crossIcon {
|
|
color: #f81d0e;
|
|
}
|
|
.admin .manageApprovedMappings__table .MuiSvgIcon-root {
|
|
font-size: 19px;
|
|
}
|
|
.admin .manageApprovedMappings__table .MuiTypography-body1 {
|
|
font-size: 0.875rem;
|
|
}
|
|
.admin .manageApprovedMappings__table .MuiButton-text {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
/* table: pending approval request */
|
|
.admin .pendingApprovalRequests__table .MuiSvgIcon-root {
|
|
font-size: 19px;
|
|
}
|
|
.admin .pendingApprovalRequests__table .MuiTypography-body1 {
|
|
font-size: 0.875rem;
|
|
}
|
|
.admin .pendingApprovalRequests__table .MuiButton-text {
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
/* modal dialog */
|
|
.admin .MuiDialogTitle-root .MuiTypography-h6 {
|
|
font-size: 30px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 899px){
|
|
.admin.MuiDialog-paperFullWidth{
|
|
width: calc(100% - 400px) !important;
|
|
}
|
|
}
|
|
|
|
.admin .MuiDialogTitle-root .modalDialog__img {
|
|
margin-right: 15px;
|
|
}
|
|
.admin .MuiDialogActions-root {
|
|
justify-content: center;
|
|
}
|
|
@media(max-width: 899px) {
|
|
.admin .MuiDialogTitle-root {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
.admin .MuiDialogTitle-root .MuiTypography-h6 {
|
|
font-size: 20px;
|
|
}
|
|
.admin .MuiDialogTitle-root .modalDialog__img {
|
|
width: 30px;
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* main text */
|
|
.asuntoni .MuiTypography-root {
|
|
color: #069de4;
|
|
font-family: "Signika";
|
|
}
|
|
.asuntoni .MuiCardContent-root {
|
|
padding: 16px 35px;
|
|
}
|
|
.asuntoni .MuiPaper-root {
|
|
color: #069de4;
|
|
}
|
|
|
|
.asuntoni .MuiFormHelperText-root {
|
|
margin: 0;
|
|
margin-bottom: 7px;
|
|
padding: 1px 3px;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.asuntoni .MuiCardHeader-root {
|
|
padding: 0 0;
|
|
padding-top: 16px;
|
|
padding-bottom: 5px;
|
|
margin: 0 35px;
|
|
}
|
|
|
|
.asuntoni.asuntoni_notMapping {
|
|
background-color: #FFF;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.asuntoni .asuntoni__wrapperGridItem {
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
}
|
|
.asuntoni .asuntoni__innerGridItem {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
|
|
/* buttons */
|
|
.asuntoni .MuiButton-root {
|
|
background-color: #069de4;
|
|
}
|
|
.asuntoni .MuiButton-root:hover {
|
|
background-color: #069de4;
|
|
}
|
|
.asuntoni .MuiButton-root .MuiTypography-root {
|
|
color: #FFF;
|
|
}
|
|
.asuntoni .MuiButton-contained.Mui-disabled {
|
|
color: rgba(0, 0, 0, 0.26);
|
|
box-shadow: none;
|
|
background-color: rgba(0, 0, 0, 0.12);
|
|
}
|
|
|
|
|
|
/* headers */
|
|
.asuntoni h1.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: 300;
|
|
font-size: 46px;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* common table */
|
|
.asuntoni .MuiTableHead-root tr {
|
|
background-color: #FFF !important;
|
|
}
|
|
.asuntoni .MuiTableCell-root {
|
|
font-family: "Signika";
|
|
border: none;
|
|
padding: 5px 10px;
|
|
}
|
|
.asuntoni .MuiTableRow-root:nth-child(2n) {
|
|
background-color: #fff;
|
|
}
|
|
.asuntoni .MuiTableRow-root:nth-child(2n+1) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
.asuntoni .MuiTableRow-root:nth-child(2n) .MuiTableCell-root {
|
|
padding: 7px 10px;
|
|
}
|
|
.asuntoni .MuiLink-root.tableLink {
|
|
font-family: "Signika";
|
|
color: rgba(0, 0, 0, 0.87);
|
|
cursor: pointer;
|
|
}
|
|
.asuntoni .table__cell_hide {
|
|
display: none;
|
|
}
|
|
|
|
|
|
/* table: maintenance fee */
|
|
.asuntoni .maintenance__tableRowPayTotal {
|
|
border-top: 2px solid #000;
|
|
}
|
|
.asuntoni .maintenance__tableRowBalance {
|
|
background-color: #FFF !important;
|
|
}
|
|
.asuntoni .maintenance__tableCellBalance {
|
|
color: #df1f1f;
|
|
}
|
|
|
|
|
|
/* table: flat documents */
|
|
/* .asuntoni .flatDocuments__table tbody .MuiTableCell-root {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
} */
|
|
/* table: flat repair */
|
|
/* .asuntoni .flatRepairHistory__table tbody .MuiTableCell-root {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
} */
|
|
.asuntoni .MuiTable-root .MuiIconButton-root {
|
|
color: #c9be63;
|
|
padding: 0;
|
|
}
|
|
.asuntoni .MuiTable-root .MuiIconButton-root .MuiSvgIcon-root {
|
|
font-size: 19px;
|
|
}
|
|
.asuntoni .MuiTable-root .MuiIconButton-root:hover {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.asuntoni .MuiTable-root .MuiIconButton-return {
|
|
color: #069de4;
|
|
}
|
|
.asuntoni .MuiTableSortLabel-root{
|
|
min-width: 100px;
|
|
}
|
|
|
|
/* table: notifications and orders */
|
|
.asuntoni .notificationsAndOrders__tableStatus {
|
|
display: inline-block;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
}
|
|
.asuntoni .notificationsAndOrders__tableStatus_0 {
|
|
background-color: #6d6969;
|
|
}
|
|
.asuntoni .notificationsAndOrders__tableStatus_1 {
|
|
background-color: #f0b73e;
|
|
}
|
|
.asuntoni .notificationsAndOrders__tableStatus_2 {
|
|
background-color: #f0b73e;
|
|
}
|
|
.asuntoni .notificationsAndOrders__tableStatus_3 {
|
|
background-color: #df1f1f;
|
|
}
|
|
.asuntoni .notificationsAndOrders__tableStatus_4 {
|
|
background-color: #1cd31c;
|
|
}
|
|
|
|
|
|
/* common cards */
|
|
.asuntoni .card__title {
|
|
border-bottom: 1px black dotted;
|
|
}
|
|
.asuntoni .MuiTypography-root.card__description {
|
|
color: #686565;
|
|
}
|
|
.asuntoni .card__totalPrice {
|
|
font-size: 50px;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
}
|
|
.asuntoni .card__bottom {
|
|
height: 20px;
|
|
background-color: #069de4;
|
|
}
|
|
.asuntoni .card__bottom .MuiTypography-root {
|
|
color: #FFF;
|
|
}
|
|
|
|
/* tooltip */
|
|
.asuntoni .MuiCardHeader-action {
|
|
margin-right: -26px;
|
|
}
|
|
.asuntoni .MuiCardHeader-action .MuiIconButton-root {
|
|
color: #069de4;
|
|
padding: 5px;
|
|
}
|
|
.asuntoni .MuiCardHeader-action .MuiSvgIcon-root {
|
|
font-size: 26px;
|
|
}
|
|
.tooltip.MuiTypography-root {
|
|
color: #FFF;
|
|
}
|
|
.tooltip {
|
|
color: #FFF;
|
|
}
|
|
.closeIcon {
|
|
color: #009de2;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.asuntoni h1.MuiTypography-root {
|
|
font-family: 'Kreon';
|
|
font-weight: normal;
|
|
font-size: 30px;
|
|
}
|
|
.asuntoni .MuiCardHeader-action .MuiSvgIcon-root {
|
|
font-size: 1.8rem;
|
|
}
|
|
}
|
|
|