PATH:
home
/
rwabteecom
/
project_11
/
public
/
dashboard
/
css
/
pages
/
Editing: _profile.scss
.update-profile-img { border-bottom: 1px solid #E3E3E3; } .update-profile-img .profileimg-con { width: 160px; height: 160px; border-radius: 50%; } .update-profile-img .profileimg-con img { width: 160px; height: 160px; border-radius: 50%; } .update-profile-img h5 { font-size: 23px; font-weight: 600; line-height: 34.5px; color: #3F4254; } .update-profile-img p { font-size: 16px; font-weight: 400; line-height: 24px; color: #B5B5C3; } .main-btn.profile-btn { font-size: 14px; font-weight: 600; line-height: 21px; letter-spacing: 0em; display: flex; align-items: center; justify-content: center; border-radius: 16px; padding: 15px; cursor: pointer; } .update-profile-img button { font-size: 14px; font-weight: 600; line-height: 21px; letter-spacing: 0em; display: flex; align-items: center; justify-content: center; border-radius: 16px; padding: 15px; cursor: pointer; border: none; // background-color: #EAEAEA; } .subscription-con .section-title h5 { font-weight: 700; line-height: 21px; letter-spacing: 0em; color: var(--black-color); } .subscription-con .plan-btn { border: 2px solid var(--main-color); background-color: transparent; padding: 8px 32px; border-radius: 16px; font-size: 14px; font-weight: 600; line-height: 21px; color: var(--main-color); } .subscription-con .plan-btn:hover { background-color: var(--main-color); color: var(--white-color); } .subscription-con .subscription-box { border: 1px solid #D6D6D6; border-radius: 22px; } .subscription-con .subscription-box h4 { font-size: 23px; font-weight: 800; line-height: 34.5px; text-align: left; color: var(--black-color); } .subscription-con .subscription-box h5 { font-weight: 500; line-height: 30px; } .subscription-con .subscription-box h5 span { color: #515151; }
SAVE
CANCEL