Edit profile button
This commit is contained in:
		@@ -7,7 +7,17 @@
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
    white-space: nowrap;
 | 
			
		||||
  
 | 
			
		||||
    &--fullWidth {
 | 
			
		||||
        text-align: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    &.LP-Link {
 | 
			
		||||
        display: block;
 | 
			
		||||
        &:hover {
 | 
			
		||||
            color: $-almost-white
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    &:active {
 | 
			
		||||
        background-color: $-wine-red;
 | 
			
		||||
        color: $-almost-white;
 | 
			
		||||
@@ -22,4 +32,4 @@
 | 
			
		||||
            background-color: $-almost-white;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -40,5 +40,6 @@
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
		</table>
 | 
			
		||||
		<a href="#" class="LP-Button LP-Button--fullWidth LP-Link">Edit profile</a>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user