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