source: jobvista-frontend/src/views/profiles/JobSeekerEditProfile.css

main
Last change on this file was 08f82ec, checked in by 223021 <daniel.ilievski.2@…>, 2 weeks ago

Did more refactoring

  • Property mode set to 100644
File size: 429 bytes
Line 
1.profile-pic {
2 position: absolute;
3 border-radius: 100px;
4 border: 5px solid rgb(243, 242, 241);
5 bottom: -110px;
6 left: 70px;
7 object-fit: contain;
8}
9
10/*.floating-wrap {*/
11/* position: relative;*/
12/*}*/
13
14/*.floating-wrap h5 {*/
15/* z-index: 100;*/
16/* position: absolute;*/
17/* top: -25px;*/
18/* left: 20px;*/
19/* padding: 5px 10px;*/
20/* background: white;*/
21/* border-radius: 10px;*/
22/*}*/
Note: See TracBrowser for help on using the repository browser.