21 lines
302 B
SCSS
21 lines
302 B
SCSS
|
#account_main{
|
||
|
display: flex;
|
||
|
#account_nav{
|
||
|
width: 20rem;
|
||
|
padding: 1rem;
|
||
|
ul{
|
||
|
list-style-type: none;
|
||
|
margin-right: 1rem;
|
||
|
li{
|
||
|
margin-bottom: 0.25rem;
|
||
|
a{
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
#account_main_content{
|
||
|
width: 30rem;
|
||
|
}
|
||
|
}
|