add suggested changes

- logo of nscm
 - dashboard title
 - favicon
 - company name
This commit is contained in:
prisar
2023-07-08 14:07:47 +05:30
parent cb697fdf14
commit 924a24d334
7 changed files with 84 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
body {
background-color: rgb(247, 245, 249);
color: aliceblue;
}
.App {
@@ -37,6 +36,32 @@ body {
font-weight: 900;
}
.dashboard-title {
font-family: Arial Black;
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(215, 192, 252);
}
.last-update {
font-size: small;
text-align: end;
}
.developer {
font-size: x-small;
font-weight: 600;
}
.dev-logo {
width: 1em;
}
.nscm-logo {
width: 1em;
}
@media screen and (min-width: 320px) {
.numeric-card {
height: 200px;
@@ -75,6 +100,13 @@ body {
display: flex;
flex-direction: column;
}
.dashboard-title {
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(215, 192, 252);
}
}
@media screen and (min-width: 500px) {
@@ -100,7 +132,7 @@ body {
.card-data {
color: black;
font-size: 4em;
font-size: 8em;
font-family: sans-serif;
}
@@ -115,6 +147,13 @@ body {
display: flex;
flex-direction: column;
}
.dashboard-title {
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(215, 192, 252);
}
}
@media (min-width: 900px) {
@@ -155,6 +194,13 @@ body {
display: flex;
flex-direction: row;
}
.dashboard-title {
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(215, 192, 252);
}
}
@media screen and (min-width: 1200px) {
@@ -195,6 +241,13 @@ body {
display: flex;
flex-direction: row;
}
.dashboard-title {
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(215, 192, 252);
}
}
@media screen and (min-width: 2560px) {
@@ -231,10 +284,17 @@ body {
}
.cards-row {
margin: 40px;
margin: 20px;
display: flex;
flex-direction: row;
}
.dashboard-title {
text-align: center;
align-self: center;
font-size: xx-large;
background-color: rgb(215, 192, 252);
}
}
div.chart {