Skip to content

Commit

Permalink
chore(storefront): Minor improves for CMS login button
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 18, 2024
1 parent ada84ba commit 404163a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/storefront/src/lib/assets/decap-cms.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
body {
[class*="LoginButtonIcon"] {
display: none;
}
[class*="LoginButton"] {
font-size: 0;
height: 42px;
}
[class*="LoginButton"]::after {
font-size: 18px;
display: inline;
content: "Entrar";
}
[class*="FieldLabel"] {
font-size: 13px;
text-transform: none;
Expand Down

0 comments on commit 404163a

Please # to comment.