forked from M3-Academy/challenge-vtex-io
feature/newsletter #17
@ -224,4 +224,26 @@
|
|||||||
.newsletter .container :global(.vtex-styleguide-9-x-input) {
|
.newsletter .container :global(.vtex-styleguide-9-x-input) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
|
}
|
||||||
|
.newsletter .container :global(.vtex-button) {
|
||||||
|
position: relative;
|
||||||
|
left: 145px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
border-bottom: 3px solid #bfbfbf;
|
||||||
|
}
|
||||||
|
.newsletter .container :global(.vtex-button):hover {
|
||||||
|
border-bottom: 5px solid #bfbfbf;
|
||||||
|
}
|
||||||
|
.newsletter .container :global(.vtex-button) :global(.vtex-button__label) {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
text-align: center;
|
||||||
|
color: #ffffff;
|
||||||
|
border: 1px solid #000000;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
@ -227,5 +227,28 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0 0 0 0;
|
padding: 0 0 0 0;
|
||||||
}
|
}
|
||||||
|
:global(.vtex-button) {
|
||||||
|
position: relative;
|
||||||
|
left: 145px;
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
border-radius: 0;
|
||||||
|
border-bottom: 3px solid #bfbfbf;
|
||||||
|
&:hover {
|
||||||
|
border-bottom: 5px solid #bfbfbf;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.vtex-button__label) {
|
||||||
|
font-family: "Open Sans";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 700;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 19px;
|
||||||
|
text-align: center;
|
||||||
|
color: #ffffff;
|
||||||
|
border: 1px solid #000000;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user