Created
December 30, 2025 07:08
-
-
Save jmabbas/a8d4de022b63996a345d96f17933145f to your computer and use it in GitHub Desktop.
Electro - Custom codes
This file contains hidden or 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
| .off-canvas-navigation .dropdown strong { | |
| padding: 10px 20px; | |
| display: block; | |
| border-bottom: 1px solid #eae9e9; | |
| } | |
| .off-canvas-navigation .dropdown .dropdown-toggle[data-bs-toggle=dropdown]:not([data-hover=dropdown])+.dropdown-menu li a { | |
| padding: 0 30px; | |
| } | |
| .off-canvas-navigation .dropdown .dropdown-toggle[data-bs-toggle=dropdown]:not([data-hover=dropdown])+.dropdown-menu { | |
| display: flex; | |
| } | |
| .brands-carousel .item figure img { | |
| opacity: 1; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment