Edit profile button
This commit is contained in:
parent
b4fba7b3f0
commit
799b9b2eff
@ -7,7 +7,17 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
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;
|
||||||
@ -22,4 +32,4 @@
|
|||||||
background-color: $-almost-white;
|
background-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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user