create styles for profile picture
This commit is contained in:
parent
dd8dcd7cea
commit
51c8533610
@ -210,6 +210,18 @@ export default Vue.component(name, getVueOptions(name));
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.picture {
|
||||
position: absolute;
|
||||
top: @banner-height - @picture-offset;
|
||||
left: @left-column-width + @base-padding * 2 - @picture-size / 2;
|
||||
height: @picture-size;
|
||||
width: @picture-size;
|
||||
border-radius: 50%;
|
||||
border: 5px solid @accent-color;
|
||||
content: url('../../resume/id.jpg');
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.banner {
|
||||
width: calc(100% - @base-padding * 2);
|
||||
height: @banner-height;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user