backgound color fix

master
Boris Voropaev 2023-09-08 11:12:56 +03:00
parent 1c6978550c
commit a9734b25af
6 changed files with 8 additions and 3 deletions

View File

@ -18,4 +18,5 @@
}
:host{
font-size: 20px;
}
}

View File

@ -72,7 +72,6 @@
.content {
padding: 24px 40px;
background-color: #FFFFFF;
border-bottom: #6c6c6c solid 1px;
.properties {
display: flex;

View File

@ -3,7 +3,6 @@
min-height: 100%;
display: flex;
flex-direction: column;
background-color: #ffffff;
header, footer {
flex-grow: 0;
}

View File

@ -95,6 +95,7 @@
@media screen and (min-width: 1264px){
.header{
position: relative;
background-color: #FFF;
.top{
padding: 20px 0;
background-color: var(--white);

View File

@ -55,6 +55,7 @@
&.style-color {
color: #28a814;
background-color: #F6F6F6;
}
&.style-brown {
background-color: #f7f0d2;

View File

@ -1,5 +1,9 @@
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
.style-color{
background-color: #f6f6f6;
}
.mat-calendar-body-selected {
background-color: #0079c2;
}