survey-webapp/SurveyFrontend/src/components/Account/Account.module.css
2025-04-05 23:43:40 +05:00

24 lines
No EOL
416 B
CSS

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