Fix login-request-btn width after a→button change

This commit is contained in:
2026-05-14 06:24:11 +00:00
parent f740420a77
commit ce39573618
+3
View File
@@ -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;