diff --git a/public/SUL.svg b/public/SUL.svg new file mode 100644 index 0000000..de314f2 --- /dev/null +++ b/public/SUL.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/nordeste.svg b/public/nordeste.svg new file mode 100644 index 0000000..0fe1175 --- /dev/null +++ b/public/nordeste.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/norte.svg b/public/norte.svg new file mode 100644 index 0000000..071d28f --- /dev/null +++ b/public/norte.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/components/mapCard/MapCardView.ts b/src/components/mapCard/MapCardView.ts index baa393d..cf69fa9 100644 --- a/src/components/mapCard/MapCardView.ts +++ b/src/components/mapCard/MapCardView.ts @@ -7,7 +7,7 @@ export const MapCardView = styled.figure` flex-direction: row; - margin-right: 25px; + margin-right: 2px; * { margin: 0; @@ -31,7 +31,7 @@ export const MapCardView = styled.figure` } @media (max-width: 1640px) { - margin-right: 0px; + margin-left: 1px; font-size: 14px; } ` diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx index 80aaffd..1a10d81 100644 --- a/src/pages/dashboard.tsx +++ b/src/pages/dashboard.tsx @@ -18,9 +18,9 @@ export default function Dashboard() {
- - - + + +
diff --git a/src/styles/layouts/dashboard/DashboardView.js b/src/styles/layouts/dashboard/DashboardView.js index 7287a9a..d428811 100644 --- a/src/styles/layouts/dashboard/DashboardView.js +++ b/src/styles/layouts/dashboard/DashboardView.js @@ -21,7 +21,7 @@ export const DashboardView = styled.main` width: 100%; height: fit-content; - margin: 2rem 0 2rem 0; + margin: 2rem 0 2rem 0px; background-color: #fff; @@ -29,6 +29,7 @@ export const DashboardView = styled.main` border-radius: 10px; cursor: pointer; + } .dashboard {