forked from M3-Academy/m3-academy-template-checkout
fix(shinping): ajustando input radio
This commit is contained in:
parent
30555d9098
commit
f4a8d84dbb
@ -221,9 +221,29 @@
|
||||
box-shadow: none;
|
||||
color: #303030;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
label.vtex-omnishipping-1-x-leanShippingOption {
|
||||
.shp-option-icon {
|
||||
background: url("https://agenciamagma.vteximg.com.br/arquivos/icon-radios-input-M3Academy.png")
|
||||
no-repeat center center;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
|
||||
svg path {
|
||||
fill: #d8c8ac;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
label.vtex-omnishipping-1-x-leanShippingOptionActive {
|
||||
.shp-option-icon {
|
||||
background: url("https://agenciamagma.vteximg.com.br/arquivos/icon-radios-input-Active-M3Academy.png")
|
||||
no-repeat center center;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
|
||||
svg path {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user