65 lines
1.5 KiB
CSS
65 lines
1.5 KiB
CSS
/* BANNER */
|
|
.banner .MuiPaper-root {
|
|
background-color: rgba(0, 0, 0, 0.9);
|
|
color: #FFF;
|
|
}
|
|
.banner .authBannerForRegisterOwners__img {
|
|
background-image: url('../img/strongAuthBannerDemo.png');
|
|
}
|
|
.banner .authBannerForRegisterOwners__form .sendBtn {
|
|
background-color: #FF7D22;
|
|
}
|
|
.banner .authBannerForRegisterOwners__form .sendBtn:hover {
|
|
background-color: #FF7D22;
|
|
}
|
|
.banner.authBannerForRegisterOwners_close {
|
|
background-color: rgba(0, 0, 0, 0.9);
|
|
}
|
|
.banner .authBannerForRegisterOwners__switch .Mui-checked + .MuiSwitch-track {
|
|
background-color: #FF7D22;
|
|
}
|
|
.banner .authBannerForGeneralOwners__img {
|
|
background-image: url('../img/strongAuthBannerDemo.png');
|
|
}
|
|
.banner .registerBannerForGeneralOwners__img {
|
|
background-image: url('../img/registerBannerDemo.png');
|
|
}
|
|
.banner .authBannerForGeneralOwners__form .sendBtn {
|
|
background-color: #FF7D22;
|
|
}
|
|
.banner .authBannerForGeneralOwners__form .sendBtn:hover {
|
|
background-color: #FF7D22;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__form .sendBtn {
|
|
background-color: #FF7D22;
|
|
}
|
|
.banner .registerBannerForGeneralOwners__form .sendBtn:hover {
|
|
background-color: #FF7D22;
|
|
}
|
|
|
|
|
|
/* ASUNTONI */
|
|
.asuntoni .MuiPaper-root {
|
|
color: #000;
|
|
}
|
|
.asuntoni .MuiTypography-root {
|
|
color: #000;
|
|
}
|
|
.asuntoni .MuiButton-root {
|
|
background-color: #FF7D22;
|
|
}
|
|
.asuntoni .MuiButton-root:hover {
|
|
background-color: #FF7D22;
|
|
}
|
|
.asuntoni .MuiCardHeader-action .MuiIconButton-root {
|
|
color: #000;
|
|
}
|
|
.asuntoni .card__bottom {
|
|
background-color: #000;
|
|
}
|
|
.asuntoni .closeIcon {
|
|
color: #FF7D22;
|
|
}
|
|
.asuntoni .helpIcon {
|
|
color: #000;
|
|
} |