Created
March 31, 2019 06:58
-
-
Save imranhoshain/c2b7a3be08f10582f0183655000ad12a to your computer and use it in GitHub Desktop.
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
| selector.elementor-sticky--effects{ | |
| background-color: rgba(133,130,255,0.5)!important | |
| } | |
| selector{ | |
| transition: background-color 4s ease !important; | |
| } | |
| selector.elementor-sticky--effects >.elementor-container{ | |
| min-height: 80px; | |
| } | |
| selector > .elementor-container{ | |
| transition: min-height 1s ease !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment