24 lines
No EOL
409 B
CSS
24 lines
No EOL
409 B
CSS
/*Account.module.css*/
|
|
|
|
.account {
|
|
width: 15%;
|
|
background-color: #F3F3F3;
|
|
border-radius: 40px;
|
|
align-items: center;
|
|
padding: 4.58px 13px 4.58px 4.58px;
|
|
margin: 26px 33px 27px 0;
|
|
}
|
|
|
|
.accountText{
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
color: black;
|
|
width: 100%;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.accountImg{
|
|
vertical-align: middle;
|
|
width: 55px;
|
|
margin-right: 9px;
|
|
} |