forked from M3-Academy/challenge-vtex-io
fix: ajusta as cores e o tamanho da descrição
This commit is contained in:
parent
501cc66eeb
commit
04637f210b
@ -144,17 +144,64 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
color: black;
|
color: black;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
border-bottom: 1px solid #bfbfbf;
|
||||||
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="listContainer"] :global(.vtex-button__label) {
|
[class*="listContainer"] :global(.vtex-button__label) {
|
||||||
color: black;
|
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="listContainer"] :global(.vtex-button__label):hover {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="listItemActive"] :global(.vtex-button) {
|
||||||
|
color: black !important;
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="listItem"] :global(.vtex-button) {
|
||||||
|
color: #bfbfbf;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="listItem"] :global(.vtex-button):hover {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="listItemActive"] {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="pv2"] {
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="ma2"] {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="listItemActive"] :global(.vtex-button:hover) {
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="listContainer"] :global(.vtex-button__label:hover) {
|
[class*="listContainer"] :global(.vtex-button__label:hover) {
|
||||||
color: black;
|
color: black;
|
||||||
text-transform: capitalize;
|
background-color: transparent;
|
||||||
background: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="imageNormal"] {
|
[class*="imageNormal"] {
|
||||||
@ -194,7 +241,7 @@
|
|||||||
top: 38px;
|
top: 38px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="vtex-input-prefix__group"] {
|
[class*="newsletter"]:global(.vtex-input-prefix__group) {
|
||||||
border: none;
|
border: none;
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
0
styles/css/vtex.tab-layout.css
Normal file
0
styles/css/vtex.tab-layout.css
Normal file
Loading…
Reference in New Issue
Block a user