top: 0;
}
}
-
-
- /*> .active {
- pointer-events: none;
-
- > a::after {
- content: $fa-var-caret-down;
- font-family: FontAwesome;
- font-size: 14px;
- margin-left: 7px;
- }
- }
-
- &:not(.open) {
- :first-child ~ :not(.active) {
- display: block;
- pointer-events: none;
-
- > a::after {
- content: $fa-var-caret-down;
- font-family: FontAwesome;
- font-size: 14px;
- margin-left: 7px;
- }
- }
-
- > .active ~ li {
- display: none !important;
- }
-
- li:not(.active) {
- display: none;
- }
- }
- */
}
}
}