2023-12-16 12:00:38 -05:00
|
|
|
#app #main .account
|
2023-12-11 07:25:00 -05:00
|
|
|
{
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
2023-12-16 12:00:38 -05:00
|
|
|
#app #main
|
2023-12-11 07:25:00 -05:00
|
|
|
{
|
|
|
|
width: 60%;
|
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2023-12-16 12:00:38 -05:00
|
|
|
#app #main .profile
|
2023-12-11 07:25:00 -05:00
|
|
|
{
|
|
|
|
background-color: green;
|
|
|
|
}
|