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;
|
||||
color: black;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #bfbfbf;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
[class*="listContainer"] :global(.vtex-button__label) {
|
||||
color: black;
|
||||
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) {
|
||||
color: black;
|
||||
text-transform: capitalize;
|
||||
background: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
[class*="imageNormal"] {
|
||||
@ -194,7 +241,7 @@
|
||||
top: 38px;
|
||||
}
|
||||
|
||||
[class*="vtex-input-prefix__group"] {
|
||||
[class*="newsletter"]:global(.vtex-input-prefix__group) {
|
||||
border: none;
|
||||
border-bottom: 1px solid white;
|
||||
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