signup button patch; works everywhere on the button instead of just the text.
This commit is contained in:
parent
2b80fcf4ad
commit
5bf105c402
@ -82,7 +82,6 @@ body {
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid lightgrey;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 15px;
|
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
background-color: #4af626;
|
background-color: #4af626;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -91,6 +90,9 @@ body {
|
|||||||
.signup-link {
|
.signup-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #111;
|
color: #111;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup-button:hover {
|
.signup-button:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user