| color: #d8dee9; | color: #d8dee9; | ||||
| } | } | ||||
| .popupContent div div:nth-child(2) { | |||||
| .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { | |||||
| background: #2e3440 !important; | background: #2e3440 !important; | ||||
| border: solid 1px #46597c; | border: solid 1px #46597c; | ||||
| } | } |
| color: #D8DEE9; | color: #D8DEE9; | ||||
| } | } | ||||
| .popupContent div div:nth-child(2) { | |||||
| .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { | |||||
| background: #1B2B34 !important; | background: #1B2B34 !important; | ||||
| border: solid 1px #65737E; | border: solid 1px #65737E; | ||||
| } | } |
| .popupContent { | .popupContent { | ||||
| background: $ui-completions-background; | background: $ui-completions-background; | ||||
| color: $ui-completions-color; | color: $ui-completions-color; | ||||
| & div div:nth-child(2) { | |||||
| &:not(.popupMiddleCenterInner) div div:nth-child(2) { | |||||
| background: $ui-completions-background !important; | background: $ui-completions-background !important; | ||||
| border: solid 1px $ui-completions-border; | border: solid 1px $ui-completions-border; | ||||
| } | } |