Commit 3bab976b authored by Yashmika Anusara's avatar Yashmika Anusara

bug fix

parent b0981462
...@@ -4,7 +4,7 @@ import Logo from "../images/logo2.png"; ...@@ -4,7 +4,7 @@ import Logo from "../images/logo2.png";
import User from "../images/user.jpg"; import User from "../images/user.jpg";
import { NavLink } from "react-router-dom"; import { NavLink } from "react-router-dom";
import SearchIcon from '@mui/icons-material/Search'; import SearchIcon from '@mui/icons-material/Search';
import PermIdentityRoundedIcon from "@mui/icons-material/PermIdentityRounded"; // import PermIdentityRoundedIcon from "@mui/icons-material/PermIdentityRounded";
function TopNavigation() { function TopNavigation() {
return ( return (
......
...@@ -21,12 +21,14 @@ ...@@ -21,12 +21,14 @@
} }
.actor-marketing-results-contend-container { .actor-marketing-results-contend-container {
display: flex; display: flex;
justify-content: space-around; /* justify-content: space-around; */
padding-top: 1%; padding-top: 1%;
width: 100%; width: 100%;
height: auto; height: auto;
flex-wrap: wrap;
} }
.actor-marketing-results-actor-container { .actor-marketing-results-actor-container {
margin-bottom: 1%;
width: 50%; width: 50%;
} }
.actor-marketing-results-actor-warper { .actor-marketing-results-actor-warper {
...@@ -92,9 +94,39 @@ ...@@ -92,9 +94,39 @@
opacity: 1; opacity: 1;
} }
.actor-marketing-results-pie-chart-container { .actor-marketing-results-pie-chart-container {
width: 50%;
}
.actor-marketing-results-pie-chart-title {
font-size: 15px;
font-weight: 500;
font-style: italic;
font-family: system-ui;
}
.actor-marketing-results-pie-chart-wrapper {
margin-top: 2%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; height: 35vh;
}
.actor-marketing-results-suggestions-container {
padding-top: 3%;
width: 50%; width: 50%;
height: 40vh;
} }
.actor-marketing-results-suggestions-title {
font-size: 15px;
font-weight: 500;
font-style: italic;
font-family: system-ui;
}
.actor-marketing-results-suggestions-wrapper {
padding-top: 1%;
}
.actor-marketing-results-suggestions-romantic {
padding-top: 1%;
text-shadow: rgba(0, 0, 0, 0.288) 0.1em 0.1em 0.2em
}
.actor-marketing-results-suggestions-action {
padding-top: 2%;
height: 10vh;
text-shadow: rgba(0, 0, 0, 0.288) 0.1em 0.1em 0.2em
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment