Last active
August 4, 2022 04:33
-
-
Save asufian97/0974ce8776cf64b3931e11c831a2ea74 to your computer and use it in GitHub Desktop.
widget fix css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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