Edit profile button
This commit is contained in:
parent
b4fba7b3f0
commit
799b9b2eff
@ -8,6 +8,16 @@
|
||||
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;
|
||||
|
@ -40,5 +40,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<a href="#" class="LP-Button LP-Button--fullWidth LP-Link">Edit profile</a>
|
||||
</div>
|
||||
</div>
|
@ -611,6 +611,12 @@ body {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
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 {
|
||||
background-color: #76323F;
|
||||
color: #f9f9f9; }
|
||||
|
Loading…
Reference in New Issue
Block a user