forked from miguel456/rbrecruiter
Add "My Profile" Page
This commit adds the layout for the profile page, for users and staff members.
This commit is contained in:
17
public/css/profile.css
vendored
Normal file
17
public/css/profile.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/* HIDE RADIO */
|
||||
[type=radio] {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/* IMAGE STYLES */
|
||||
[type=radio] + img {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* CHECKED STYLES */
|
||||
[type=radio]:checked + img {
|
||||
outline: 2px solid #4cc633;
|
||||
}
|
BIN
public/img/gravatar.png
Normal file
BIN
public/img/gravatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
public/img/mojang-logo.png
Normal file
BIN
public/img/mojang-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user