Skip to content

Instantly share code, notes, and snippets.

@asufian97
Last active August 4, 2022 04:33
Show Gist options
  • Save asufian97/0974ce8776cf64b3931e11c831a2ea74 to your computer and use it in GitHub Desktop.
Save asufian97/0974ce8776cf64b3931e11c831a2ea74 to your computer and use it in GitHub Desktop.
widget fix css
.appearance-right-previw .d-flexCstm .form-switchCstm input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
}
@media (max-width:767px){
.appearance-right-previw .tooltipCstm .toolltiptextCstm {
width: 100% !important;
}
.appearance-right-previw .tooltipCstm .toolltiptextCstm:after {
left: 60%;
}
.appearance-right-previw .img {
max-width: 50px;
}
.navidium-shipping-icon {
max-width: 60px;
}
.appearance-right-previw .img svg {
height: 20px;
bottom: 2px;
}
.appearance-right-previw .ms-3Cstm {
margin-left: 5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment