respoive MapCard
This commit is contained in:
parent
ee4a1d8817
commit
e22b97ad7f
9
public/SUL.svg
Normal file
9
public/SUL.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 16 KiB |
9
public/nordeste.svg
Normal file
9
public/nordeste.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 15 KiB |
9
public/norte.svg
Normal file
9
public/norte.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 18 KiB |
@ -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;
|
||||
}
|
||||
`
|
||||
|
||||
@ -18,9 +18,9 @@ export default function Dashboard() {
|
||||
<section className="cardsSection" >
|
||||
<MapCard title='R$/MWh' subtitle='abril / 22' statistic='' imgSource='/moneyIcon.svg' />
|
||||
<MapCard title='SE/CO' subtitle='Sudeste' statistic='R$ 273,54' imgSource='/mapSample.svg' />
|
||||
<MapCard title='SE/CO' subtitle='Sudeste' statistic='R$ 273,54' imgSource='/mapSample.svg' />
|
||||
<MapCard title='SE/CO' subtitle='Sudeste' statistic='R$ 273,54' imgSource='/mapSample.svg' />
|
||||
<MapCard title='SE/CO' subtitle='Sudeste' statistic='R$ 273,54' imgSource='/mapSample.svg' />
|
||||
<MapCard title='S' subtitle='Sul' statistic='R$ 273,54' imgSource='/SUL.svg' />
|
||||
<MapCard title='NE' subtitle='Nordeste' statistic='R$ 273,54' imgSource='/nordeste.svg' />
|
||||
<MapCard title='N' subtitle='Norte' statistic='R$ 273,54' imgSource='/norte.svg' />
|
||||
</section>
|
||||
</Link>
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user