Fix login-request-btn width after a→button change
This commit is contained in:
@@ -1162,9 +1162,12 @@ button {
|
|||||||
|
|
||||||
.login-request-btn {
|
.login-request-btn {
|
||||||
display: block;
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 1.1rem;
|
margin-top: 1.1rem;
|
||||||
padding: 0.68rem 1.2rem;
|
padding: 0.68rem 1.2rem;
|
||||||
|
cursor: pointer;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid rgba(42,130,210,0.22);
|
border: 1px solid rgba(42,130,210,0.22);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user