Fix size for coming soon banner login button (#51251)

* Fix coming soon banner login button style

* Add changelog
This commit is contained in:
Chi-Hsuan Huang 2024-09-11 13:47:02 +08:00 committed by GitHub
parent 065470dea8
commit 057e118a34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 11 deletions

View File

@ -73,22 +73,20 @@ body:has(.woocommerce-coming-soon-banner) {
}
.wp-block-loginout {
background-color: #000;
border-radius: 6px;
display: flex;
height: 40px;
width: 74px;
justify-content: center;
align-items: center;
gap: 10px;
box-sizing: border-box;
a {
box-sizing: border-box;
background-color: #000;
border-radius: 6px;
color: #fff;
text-decoration: none;
line-height: 17px;
gap: 10px;
font-size: 14px;
font-weight: 500;
font-style: normal;
line-height: normal;
text-align: center;
text-decoration: none;
padding: 17px 16px;
}
}

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Fix size for coming soon banner button